Home › Forums › Gillion Theme › Change width of boxed Layout
Home › Forums › Gillion Theme › Change width of boxed Layout
Hi thanks for the reply, but I wanted to change the content width while having the Boxed Layout activated
If I change that settings nothing visually changes even after clearing cache etc.
Could you please share your site URL so that I can help you?
Sure it is in the private Notes:
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container div.container { padding-left: 15px !important; padding-right: 15px !important; }