Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #778676

    Hello,

    I want a boxed layout maximum 1500 px wide.

    In Enfold>General layout>layout I’ve set the layout to boxed
    In Enfold>General layout>dimensions I’ve set the maximum container width to 1500 px.
    the sidebar settings are set to “no sidebar” for pages.

    If I remember well it worked when I started working on the site, but now the width remains at 1010 px.
    Something else must be causing this, but what?

    See the staging site here: https://www.headstart.design/verlichting/
    I provide the login details in the private content.

    Thanks!

    #778699

    OK, found the culprit in grid.css:

    .boxed#top, .html_boxed.html_header_sticky #header{ width: 1010px; }
    .container{
    /* max-width: 1010px;*/
    }

    I can easily change that to something like this:

    .boxed#top, .html_boxed.html_header_sticky #header{ width: 100%;
    max-width: 1500px;}
    .container{
    /* max-width: 1010px;*/
    }

    Still a bit strange that the settings you make in the Enfold settings do not override this.

    #778746

    Hi,

    I am glad you were able to get this corrected. Keep in mind, we are always making updates to improve our products so if you have any suggestions, please don’t hesitate to put it into our feature requests https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Jordan Shannon

    #1269368

    Please did you fix this?, i also got problems with override grid.css

    #1269704

    Hi customcms,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site. Also please try to explain the problem you are having a bit further.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold site width’ is closed to new replies.