Tagged: sidebar
is there any way of making the left sidebar less wide?
Hi ptaljaard!
You can change the sidebar width in Dashboard > Enfold > General Layout > Dimensions.
If you only want to change the left sidebar then add this to your custom CSS.
.sidebar_left .container .av-content-small.units {
width: 80% !important;
}
Cheers!
Elliott