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 #3236597
Page width
Closed

Comments

  • Udbye7120 started the conversation

    Hi,
    Can you tell me where I can change the container width of the page from 930 px to 1000 px?

    Thanks
    Thomas

    Attached files:  page.PNG

  •  2,486
    PenciDesign replied

    Hi,

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

    .penci-single-smaller-width {
      max-width: 1000px;
    }

    Regards,
    PenciDesign.



  • Udbye7120 replied

    Thanks :-)