Boxed Layout

  • Posted in : Read WP
  • Selektor
    Participant

    Hi!
    Is there a way to make the theme layout “boxed”?
    I’m trying to have the content in the white container that’s max width about 1000px, with the rest of the background light grey.

    I tried putting this in Custom CSS, it didn’t work:
    .page-template-page-full-width .wrapper > .row-fluid {
    max-width: 1000px;}

    Thanks in advance!

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    body {
        background-color: #f1f1f1;
    }
    .site {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    
    Selektor
    Participant

    Worked like charm, thanks a lot!

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register