SKT Landing Page

Home Forums All Other Themes SKT Landing Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168170
    Boris MarroquinBoris Marroquin
    Participant
    • Topics: 9
    • Replies: 14
    • Total: 23
    Member since: November 28, 2015

    How can I made the “read more” button center and bigger on the page?

    https://classicautoandboat.net/

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

    Hi,

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

    Add this code there:

    .slide_info {
        float: none;
        width: auto;
        margin: 0 auto 0;
        display: table;
        position: relative;
        top: 240px;
    }
    
    a.sldbutton { padding: 30px 40px 25px; font-size: 40px;}

    Regards,
    Chris

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