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 #2886283
Is there a way to increase the container size for posts?
Closed

Comments

  • Amari started the conversation

    I'm looking to do so without Elementor or WP Bakery, and I'm only seeing the option for the footer and header.

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body .wrapper-boxed + .container {
        width: 100%;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    You can change 1400px to the custom width.

    Regards,
    PenciDesign.