Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #574191

    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!

    #574237

    Hey Josh!

    Add this to your custom CSS.

    #av_section_1 {
        min-height: 30px;
    }

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.