Comments adren1 started the conversationSeptember 11, 2020 at 10:47amHow do I get rid of this grey area around my content and increase content area? 2,701PenciDesign repliedSeptember 11, 2020 at 3:56pmHi,You've enabled the body boxed layout. So, please go to Appearance > Customize > General Options > and un-check on "Enable Body Boxed"To increase the width of the webpage, you can copy this code and add more this code to Customize > Custom CSS: @media only screen and (min-width: 1170px){ .container{ width: 1250px; } } Change value 1250 to value as you want.Best Regards,PenciDesign Sign in to reply ...
How do I get rid of this grey area around my content and increase content area?
Hi,
You've enabled the body boxed layout. So, please go to Appearance > Customize > General Options > and un-check on "Enable Body Boxed"
To increase the width of the webpage, you can copy this code and add more this code to Customize > Custom CSS:
Change value 1250 to value as you want.
Best Regards,
PenciDesign