Comments sonorita started the conversationJuly 2, 2018 at 11:57pmHow can I change the container width for a page that has a sidebar? Or is there another way I can add some space between the sidebar and the body?thanks 2,700PenciDesign repliedJuly 3, 2018 at 2:58amHi,You can add more space between the sidebar & content by add more this code to Customize > Custom CSS: @media only screen and (min-width: 961px){ .container.penci_sidebar #main{ padding-right: 100px; } } Change number 100 to value you want.Best Regards,PenciDesign Sign in to reply ...
How can I change the container width for a page that has a sidebar? Or is there another way I can add some space between the sidebar and the body?
thanks
Hi,
You can add more space between the sidebar & content by add more this code to Customize > Custom CSS:
Change number 100 to value you want.
Best Regards,
PenciDesign