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 #2889813
Reduce page with
Closed

Comments

  • 5milliards started the conversation

    Please, i want to reduce the with ofmy site. 

    Single post and pages. 

  •  2,492
    PenciDesign replied

    Hi,

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

    body.page .container.container-single-page,
    body.single .penci-single-wrapper .container {
        width: 100%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    Regards,
    PenciDesign.