Home › Forums › Gillion Theme › Change sidebar width
Home › Forums › Gillion Theme › Change sidebar width
Hello
Is there a way to change the sidebar width on a page?
For example 20% sidebar + 80% content
Txs
Solution for this topic
Hi @amarinne,
I hope you are well today and thank you for your question.
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 #content.content-with-sidebar-right, .page #content.content-with-sidebar-left { width: 80%; } .page #sidebar.sidebar-left, .page #sidebar.sidebar-right{ width: 20%; }
Best regards,
Shufflehound team
Hello!
It works perfectly, many thanks for your quick response!
You are most welcome here š