LMS theme

Home Forums All Other Themes LMS theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99699
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, we are working with lms theme. We moved the slider text in the middle and would like to move the button to be in the middle and Not Disappear when responsive as well. Tried several code approaches, nothing works.
    1. Here is a link to screen shot https://imgur.com/a/zPrmqLO
    2. here is a link to a web page http://www.mysbiz.com/Sumnu/

    We appreciate your help

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .slidebtn { margin:0 auto;}
    @media screen and (max-width:479px) {
    .nivo-caption { max-width:90% !important;}
    .slidebtn { display:table !important;}
    .title { font-size:12px !important;}
    }

    Regards,
    Chris

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