Resize Slider Title Box

Home Forums SKT Biz/Corp Theme Support Resize Slider Title Box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80143
    John KinuthiaJohn Kinuthia
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: June 29, 2017

    I can’t get the title boxes for the slider to resize for the mobile and tablet views.

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

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Chris

    #80177
    John KinuthiaJohn Kinuthia
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: June 29, 2017

    http://www.johnkinuthia.com

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

    Hi,

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

    Add this code there:

    @media screen and (max-width:767px) {
    .nivo-caption { left:20px !important; max-width:inherit !important; width:60% !important;}
    .title { font-size:13px !important;}
    }
    
    @media screen and (min-width:768px) and (max-width:1024px) {
    .nivo-caption { left:20px !important; max-width:inherit !important; width:60% !important;}
    }

    Regards,
    Chris

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