SKT Healing Touch Pro slider width modification

Home Forums All Other Themes SKT Healing Touch Pro slider width modification

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86627
    Metta Community Care SydneyMetta Community Care Sydney
    Member
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: November 1, 2017

    Hi there,

    I would like to change the width of slider on SKT Healing Touch Pro theme. By default, the slider section has full screen images and I don’t want to have it full screen. How do I adjust the slider width align to the page box’s width? Thanks.

    #86635
    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:

    .slider-main { width: 1170px; margin: 0 auto;}
    
    @media screen and (max-width:1024px) {
    .slider-main { width:100%; margin: 0 auto;}
    }

    Regards,
    Chris

    #86638
    Metta Community Care SydneyMetta Community Care Sydney
    Member
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: November 1, 2017

    Hi Chris,

    Thanks a lot for your prompt response. It perfectly align with page box width now. Much appreciated.

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

    Hi Metta,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/11/

    Regards,
    Chris

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