Button not showing up in mobile

Home Forums All Other Themes Button not showing up in mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44702
    LaMonteLaMonte
    Member
    • Topics: 4
    • Replies: 1
    • Total: 5
    Member since: August 1, 2016

    I posted this the other day, but now not seeing it in the forum. Website is: http://crossfitwestoftheriver.com/

    Button is not showing up in mobile unless phone is tilted to landscape. Can you help please?

    #44727
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .nivo-caption { display:block !important; width:100% !important; left:0 !important; top:0 !important; padding:0 20px !important;}
    .slide_info h2 { font-size:20px !important;}
    .slide_info p { display:none !important;}
    .slide_more { padding:12px 10px; font-size:14px !important;}
    }

    Regards,
    Shri

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