Comments KylieAlla started the conversationDecember 9, 2020 at 7:50amHi 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,701PenciDesign repliedDecember 9, 2020 at 3:47pmHi,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,PenciDesignKylieAlla repliedDecember 13, 2020 at 8:21amHi there,Link is https://blue-border.com/Thanks 2,701PenciDesign repliedDecember 13, 2020 at 1:46pmHi,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 Sign in to reply ...
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
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
Hi there,
Link is https://blue-border.com/
Thanks
Hi,
You can try add more this code to Customize > Custom CSS to do that:
Change value 1300 to container width as you want and value 80 to the padding between content & sidebar.
Best Regards,
PenciDesign