Home Forums WoodMart support forum Boxed layout

Boxed layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #64066

    tessera
    Participant

    Hello,
    we want to use the boxed layout for our pages.
    The problem is that the boxed layout is only 1200px.
    We want it is possible to use boxed layout with 1600px width.

    Have you any suggestions?

    #64069

    Hello,

    Please navigate to Theme Setting > General layout > wide 1600 http://prntscr.com/jxk3px

    Best Regards

    #64261

    tessera
    Participant

    Hello,
    we would like to have width 1600px but with the gap left and right like the option “Boxed Layout”

    Best Regards

    #64286

    Hello,

    Choosing wide 1600 you will get this width with gaps http://prntscr.com/jxzrzx

    Best Regards

    #64811

    tessera
    Participant

    Hello,
    please keep on your mind that I want to have boxed layout with the grey bars on right and on left.

    But I want the width of main content be 1600px not 1200px.

    I need a boxed layout with bigger width.

    Best Regards

    #64824

    Hello,

    Hello, there is no option to make both boxed and 1600px.

    You can use this custom to have 1600 on full-width screen and grey borders. Make sure all you rows inside are not set to Stretch row and equal.

    .main-page-wrapper{
        background-color:#000000;
    }
    .wrapper-wide .container, .wrapper-wide .woodmart-google-map-content-wrap {
         background-color:#ffffff;
    }

    Add this code to Theme Settings > Custom CSS, replace the colors as per your needs.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)