Hi, on this page, http://www.langer-roofing.kvfmarketing.com/, we would like the red section directly below the header to be 30px tall, just enough to display the text. Can you advise how to set the size of the section? I tried setting the custom section height for the color section, but it did not work… Thanks for your time!
Hey Josh!
Add this to your custom CSS.
#av_section_1 {
min-height: 30px;
}
Regards,
Elliott