Tagged: Color Section Height
Hey
I in a bit of trouble about making a smaller height on my “color section”.
I will like to make it more thin, so there ain’t so much whitespace around the text. I have tried to put in a whitespace line and give it a minus value, but no luck.
I’m working on this size, and it is the text under the slider.
http://hkhalden.no/klubb/
Hope that you can help me, thank you.
Hey!
Try adding this code to the Quick CSS:
div#av_section_1.el_after_av_layerslider{
min-height: 0 !important;
}
div#av_section_1.el_after_av_layerslider .content {
padding: 20px 0 !important;
}
Cheers!
Josue
Thanks a lot, it worked perfect :)