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 #2324183
Changing dimensions of blog size
Closed

Comments

  • sarraherring started the conversation

    I am wondering how we can change the width of the blog. I am wondering if it's possible to make the blog post width 630px.


    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 1170px){
    body.single .container-single{ max-width: 1020px; }
    body.single .penci-single-style-10 .penci-single-s10-content, 
    body.single .container.penci_sidebar #main{ width: 66.6667%; }
    body.single .penci-sidebar-content{ width: 33.3333%; }
    }
    

    Best Regards,

    PenciDesign

  • sarraherring replied

    this is it! thank you!

  • almondsurf replied

    This helped, thank you!