Text slide show on mobile
This support request was posted in Paeon by marcoatmac
- marcoatmac August 24, 2015 at 8:44 am
Hi, on mobile and tablet version
the text on the slide show disappear.How can I fix it please?
Have a good day
MJuanfra Aldasoro August 25, 2015 at 6:59 pmHello there,
Thanks for writing.
You’ll need to add some CSS rules to .flex-caption for the responsive styles in order to have that.
Something like this should work:
@media screen and (max-width: 1024px) { .flex-active-slide .flex-caption, .flexslider .slides li:first-child:nth-last-child(1) .flex-caption, .flexslider .slides li:only-child .flex-caption { display: block; } } @media screen and (max-width: 880px) { .flex-active-slide .flex-caption, .flexslider .slides li:first-child:nth-last-child(1) .flex-caption, .flexslider .slides li:only-child .flex-caption { display: none; } }
Best,
Juan.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.