Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2536181
Increasing width of webpage content area
Closed

Comments

  • adren1 started the conversation

    How do I get rid of this grey area around my content and increase content area?

  •  2,699
    PenciDesign replied

    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:

    @media only screen and (min-width: 1170px){
    .container{ width: 1250px; }
    }
    

    Change value 1250 to value as you want.


    Best Regards,

    PenciDesign