WP Version: 3.9.1
Theme: Enfold
Website: http://cpa.maximfactory.com/contact/
I would like to reduce the Layout Element Color Selection to half the height it is now. I have content element in it now, a text line (H1).
How can I reduce the height of the Element?
Thanks.
Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-9 #av_section_1 {
height: 75px;
min-height: 75px;
}
.page-id-9 #av_section_1 .content {
padding-top: 20px;
}
Cheers!
Yigit
Worked perfectly, thanks.