Site width at 100% - by thisisbolo - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler

  • Avatar: thisisbolo
    thisisbolo
    Participant
    December 12, 2017 at 03:44

    Is it possible to make the site width beyond 3000px? Could you shed some light as to why it doesn’t go beyond this?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:56

    Hello,

    You may use custom css code, for example, add this code in Theme Options > Styling > Global Custom css:

    @media screen and (min-width: 1200px) {
    .container {
        width: 4000px;
    }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.