Reduce slider size for SKT girlie pro

Home Forums All Other Themes Reduce slider size for SKT girlie pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28191
    TrangTrang
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: January 11, 2016

    The slider for SKT girlie theme is too big for my blog, can you show me the way how to reduce the size and cut it down to half the size? Thank you.

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

    Hi Trang,

    Kindly show us your website URL.

    Regards,
    Dave

    #28400
    TrangTrang
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: January 11, 2016

    http://www.thehypeoncaffeine.com

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

    Hi Trang,

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

    Add this code there:

    @media screen and (max-width:1169px) and (min-width:980px) {
    .slider-main{max-height: 450px; overflow: hidden;}
    }

    Regards,
    Dave

    #28442
    TrangTrang
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: January 11, 2016

    Thank you. I added the code but it didn’t do anything. Please check. Thank you

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

    Kindly remove the previous code and add this code in custom css box:

    @media screen and (min-width:980px) {
    .slider-main{max-height: 450px !important; overflow: hidden;}
    }

    Regards,
    Dave

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