- This topic has 5 replies, 2 voices, and was last updated 9 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
June 23, 2015 at 12:44 pm #25876chantal.attiaParticipant
Hello,
Thank you for your theme. I choose it because it is responsive, simple, clear and nice.
But when I test it on the mobile devices I see that the texts (title and extracts of the pages) on the slides doesn’t appear even on ipad (1024px).
The texts on the slides are important they are the keys words of the purpose of the site.
How can we change this situation ? (On my PC I see that the text appear on slides only when the window is at least 1069px)
With responisator.com I see that with the attitude pro theme/slider there is not the problem : the text on the slides can be seen (even it is small at least we can see there is something written) on all devices.
Thank you.June 24, 2015 at 6:13 am #25896Theme Horse Support TeamKeymasterHi chantal.attia,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 1078px) .featured-title, .featured-content { display: block; } @media only screen and (max-width: 767px) { .featured-title, .featured-content { display: none; }
Thank you!
June 24, 2015 at 9:56 am #25903chantal.attiaParticipantGreat it is that simple !
It doesnt’work on my site but I find this :@media only screen and (max-width: 1078px) { .featured-title, .featured-content { display: block !important; } } @media only screen and (max-width: 767px) { .featured-content { display: none !important; } .featured-title{ font-size: 16px !important; max-width: none !important; } } @media only screen and (max-width: 479px) { .featured-title{ margin-bottom: -20px !important; padding: 0px 10px !important; } }
Here : Showing slider featured title and content on responsive screen sizes
Depending of the width I see only the title or the title+the content.
Perfect.Thank you very much for the support.
June 25, 2015 at 5:14 am #25929Theme Horse Support TeamKeymasterYou welcome chantal.attia
We have spend lots of time and efforts to develop this theme available free for you.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/attitude
We really appreciate your rating.Thank you!
June 25, 2015 at 7:09 pm #25952chantal.attiaParticipantOf course it was in my mind from the beginning I start with your theme.
I register on WordPress.org only to add my 5 stars review and compliments.
Many thanks to all the team ! 🙂June 26, 2015 at 6:10 am #25965Theme Horse Support TeamKeymasterThanks a lot chantal.attia
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.