Skip to content
Public Ticket #18179

Is there a way to increase the container size for posts?

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.


Amari Allah started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.