1
0
-1

I'm using layout 109. How do I change the width of the website?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Add the following to Website > Custom CSS

      .siteWidth {
          width: 1095px;
      }

      Tip: It's a good idea to do this after you've created a custom navigation, because the width of the navigation will often dictate the overall size of your website.

        CommentAdd your comment...