Text on Homepage Slide is not scaling proerly on smaller screensizes.
This support request was posted in BBQ by spoonandfork
- spoonandfork July 31, 2013 at 7:49 pm
Hi,
The text associated to my homepage slide is not scaling when the page is viewed on smaller screens. Instead the text box scales while the text itself stays the same size causing it to overlap the logo and navigation. Is there a fix for this?
Thanks!
Juanfra Aldasoro July 31, 2013 at 9:18 pmHi There,
Thanks for writing. We’ve been reviewing your problem and it seems to be a problem with the flexslider script when there’s only one slide. To solve the problem then, if you want or need to add more slides it’ll look as expected.
The second option is adding some custom CSS over your file custom.css:
You need to add the following code:
@media screen and (max-width: 860px) { .flex-caption { display: none; } }
Best,
Juan.spoonandfork July 31, 2013 at 9:43 pmThanks for the reply. I added the suggested code into the custom.css however it is still not quite working properly. I am unsure of what I may have done wrong.
Juanfra Aldasoro July 31, 2013 at 9:52 pmHi There,
Have you added some styles or touched the file styles.css before?
Best,
Juan.spoonandfork August 1, 2013 at 2:04 pmHi Juan,
No we have not. We used the theme editor to make any customization.
Juanfra Aldasoro August 1, 2013 at 6:09 pmHi,
Ok – but did you make any edit through the theme editor over the styles file? What is that you did?
Thank you,
Juan.Juanfra Aldasoro August 1, 2013 at 6:40 pmOh, ok – great.
Would you please this new CSS tweak:
@media screen and (max-width: 860px) { .flex-caption { display: none; } .flexslider .slides li:first-child:nth-last-child(1) .flex-caption, .flexslider .slides li:only-child .flex-caption { display: none; } }
Try to replace the old code I’ve sent you with this new one.
Thank you,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.