Hey,
I’m trying to make narrow color section, 55px height, but it’s not allowed by the theme, even when I put 55px height in the setting of the color section in visual builder, it stays wider.
How to make narrow color section?
Hi dc2!
Can you please post the link to your page and point out the color section you would like to edit? Please give your color section element a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wedo {
height: 55px;
min-height: 55px;
}
#wedo .av-special-heading {
margin-top: 20px;
}
Cheers!
Yigit
Thank you, this solved the issue!