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

    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.

    #274722

    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

    #274982

    Thanks a lot, it worked perfect :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color sections height’ is closed to new replies.