Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jrblack10

    (@jrblack10)

    Sorry… it was real late and guess I was not thinking clearly…
    Simply using Chrome debugger, was able to find the class name that controls the width of the content. .site-container
    Then in Additional CSS settings for the theme, simply overrode the class with a different max width.
    .site-container {
    max-width: 1100px;
    }

Viewing 1 replies (of 1 total)