On this site: http://pagevalleyfair.org/
The title on the header slider does not show properly when looking at it on my iphone. How can I correct this?
Thanks as always!
Hey elames,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.caption_bottom .slideshow_caption .slideshow_inner_caption { padding: 0 !important; }}
Best regards,
Yigit
Sorry. that didn’t work…better but still can’t see it all see here: http://imgur.com/FPvLMLp
Thanks
Hi,
Please add following code to Quick CSS as well
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px !important;
}}
Best regards,
Yigit
Thanks again! I had to make the font size even smaller because not all the text was showing up.