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 #2625827
increase the width of body
Closed

Comments

  • KylieAlla started the conversation

    Hi there,

    Can you let me know how to increase the width of the content area on my posts and pages and how to increase the padding between the sidebar and body?

    Thanks heaps,

    Kylie 

  •  2,699
    PenciDesign replied

    Hi,

    Please make your site live and show me your site URL to I can take it a look on this to help you.


    Best Regards,

    PenciDesign

  • KylieAlla replied

    Hi there,

    Link is https://blue-border.com/

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    body.single .container.penci_sidebar,
    body.page-template-default .container-single-page {
        width: 1300px;
    }
    .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ padding-right: 80px; }
    }
    

    Change value 1300 to container width as you want and value 80 to the padding between content & sidebar.


    Best Regards,

    PenciDesign