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

    Hello,
    in my settings i selected Maximum Container width to 1310px but the page isn’t 100% width. I checked with the “Inspect page” right-click mouse button and found this string:

    .container {
    width: 80%;
    }

    I went in the Quick CSS and added this code:

    .container {
    width: 100% important;
    }

    but nothing changed. Can anyone please help.
    Thank you

    #1069183

    Hey alwaysrome,

    Did you add the code to the very top of quick css so that it runs first? Also , be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.