Comments sarraherring started the conversationMarch 10, 2020 at 8:44pmI 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,701PenciDesign repliedMarch 11, 2020 at 4:01amHi,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,PenciDesignsarraherring repliedMarch 11, 2020 at 2:38pmthis is it! thank you!almondsurf repliedDecember 30, 2020 at 5:22amThis helped, thank you! Sign in to reply ...
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!
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
this is it! thank you!
This helped, thank you!