Hello, I’m using the left column option for the sidebar and I need to decrease the width, is it possible to do it via css?
My other issue is text alignment. I want the side bar text to align to the left, I added:
.sidebar_left.sidebar {
text-align: left;
}
And it does not change.
Any help is appreciated.
Jorge.
Hi Jorge!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
@media only screen and (min-width: 1340px) {
.responsive_large .container .nine.units {
width: 950px;
}}
.widget { text-align: left; }
Cheers!
Yigit
Hi Yigit, I added the code and it does not work. Do you think it could be an issue with the quick CSS? I’m using a child theme.