Home Forums Basel support forum Custom site width

Custom site width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #429949

    bcl88
    Participant

    Hi,

    I would like my site width to be 1500px. How can I change that? (I don’t see a custom setting in the general layout)

    Attachments:
    You must be logged in to view attached files.
    #429980

    Hello,

    I am afraid there is no option to set 1500, at the same time you can set 1600px: https://gyazo.com/45ab8f60e538cb424e36b10e7a98f9d0

    Alternatively, we can help with custom CSS and set 1500px. You need to set the 1600px and add this code to the theme settings > custom CSS:

    @media (min-width: 1200px){
    body .wrapper-wide div.container {
        max-width: 1500px!important;
        width: 95%;
    }
    }

    If you have any questions please feel free to contact us.

    Best Regards

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