Construction Pro – Homepage Slider

Home Forums SKT Full Width Forum Construction Pro – Homepage Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #76619
    SidneySidney
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: April 24, 2017

    Hi,
    Is there a way to change the width of the homepage slider. I don’t want it to stretch across the entire screen.

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

    Hi,

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

    Add this code there:

    .slider-main { width:1160px; margin:0 auto;}
    
    @media screen and (max-width:767px) {
    .slider-main { width:auto; margin:0 auto;}
    }
    
    @media screen and (min-width:768px) and (max-width:1024px) {
    .slider-main { width:97.5%; margin:0 auto;}
    }

    Regards,
    Chris

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