boxed layout width

Home Forums SKT Biz/Corp Theme Support boxed layout width

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #53333
    Matthew DillMatthew Dill
    Participant
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: October 21, 2015

    How can I change the width of the boxed layout to be wider?

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

    Hi Matthew,

    Kindly show us your website URL.

    Regards,
    Dave

    #53345
    Matthew DillMatthew Dill
    Participant
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: October 21, 2015

    http://www.certainwaterservice.com

    I am looking to make it 1270 width for the full boxed size then be responsive with smaller screens.

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

    Hi Matthew,

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

    Add this code there:

    .wrapper_main{width:1270px !important;}
    .layout_box .header{width:1270px !important;}
    .container{width:95% !important;}

    Regards,
    Dave

    #53354
    Matthew DillMatthew Dill
    Participant
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: October 21, 2015

    That kind of messed up the footer section.

    #53466
    Matthew DillMatthew Dill
    Participant
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: October 21, 2015

    any updates on how to fix the footers width do it is centered and same width as the content?

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

    Hi Matthew,

    Add this code in Custom CSS Box:

    #footer{width:1270px; margin:0 auto;}
    #copyright{width:1270px; margin:0 auto;}

    Regards,
    Dave

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