Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263374

    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.

    #263561

    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

    #263592

    Worked perfectly, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce Layout Element Color Height ?’ is closed to new replies.