• I might be completely missing something, but I can’t seem to be able to widen my content areas. I have this Contact page and all of the content is squished into a skinny column in the middle. The Ninja form I’ve put it looks particularly crammed. Seems like I should be able to make at least a 90% width content area.
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,
    I might have a simple solution that worked in my case. You can add some CSS in the Additional CSS tab within WordPress customizer as follows:

    /*site width*/
    :root{--go--max-width: 75rem; /*1200px*/
    }  

    Note: 1rem = 16px so you can calculate the desired content width for your website.

Viewing 1 replies (of 1 total)
  • The topic ‘Content Width’ is closed to new replies.