Hi,
I am having trouble reducing the width of the sidebar on one site.
Through the theme settings it is only possible to make the sidebar 20% and main content 80% of the width, but I would like to make that 10% sidebar and 90% main content.
I tried to add in quick CSS :
.container .av-content-small.units {
width: 90%;
}
But it didn’t work.
What can I do ?
Cheers.
Hey legivap,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container .av-content-small.units {
width: 90%!important;
}
Best regards,
Vinay