Hi Guys – I’d like to make the grey section on this page http://27.131.66.7/~lmecentr/ (under the slider) about half the height that it is – Is there a way I can assign a custom class to the ‘color section’ layout section.
Cheers
Hey ShortieD!
You can give unique ID to your color section elements – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
then please add following code to Quick CSS in Enfold theme options under General Styling tab
div#your-custom-id {
height: 50px;
min-height: 50px;
}
Cheers!
Yigit
ace – that did it – thanks!