Spirited Pro Title and Tagline not on Mobile

Home Forums All Other Themes Spirited Pro Title and Tagline not on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56912
    BrittonBritton
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: January 26, 2016

    So when in looking at my site on a iphone , the Slider Image Title and Taglines don’t show up? How can I get these to load?
    http://gigabrit.com/

    #56929
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Britton,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media (max-width: 767px) {
    .slider-main .nivo-caption{display: block !important; overflow: visible; width: 90%;}
    .slider-main .slide_info h2, .slider-main .slide_info p{line-height: normal;}
    .slider-main .slide_info h2{font-size: 20px;}
    }

    @media (max-width: 479px) {
    .slider-main .nivo-caption{top: 10%;}
    .slider-main .slide_info h2{font-size: 16px;}
    .slider-main .slide_info p{font-size: 14px;}
    .slider-main .slide_info .slide_more{display: none;}
    }

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.