Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #630760

    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!

    #631391

    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

    #631404

    Sorry. that didn’t work…better but still can’t see it all see here: http://imgur.com/FPvLMLp
    Thanks

    #632064

    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

    #632084

    Thanks again! I had to make the font size even smaller because not all the text was showing up.

    #632095

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues and enjoy your weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Slider text not showing in mobile view’ is closed to new replies.