hello, I love your theme, but I have a big problem I tried many things but I can not find a solution.
The content of the sidebar doesn’t use all the width of the sidebar, it’s almost unreadable I don’t understand how to do.
See the screenshot : https://i.gyazo.com/9f4cbf0d035336bfad85a87bd82a5c6e.png
Regards,
CB.
Hey legivap,
You have following custom CSS code
.container .av-content-small.units {
width: 90%!important;
}
which makes your sidebar only 10%. Please go to Enfold theme options > General Layout > Dimensions and set width to 100%
Best regards,
Yigit
I get what you said but when you look at you still see a big margin with the text. Is it possible to reduce it ?
Hey!
Please add following code to Quick CSS
.container {
padding: 0 10px;
}
If that does not help, we are probably not on the same page. In that case, please post a screenshot and show the changes you would like to make :)
Regards,
Yigit
See the arrows on the sidebar next to “SITES”. I would like to reduce this space.