Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1255627

    I inserted a color section to insert a breadcrumb shortcode section below a full-width image header so that it displays above the content and right hand column. Everything is working great but I am having difficulty removing the 50px padding that the .content class is adding.

    From what I can tell, the padding should be able to be managed by this css class, but I have not had any success with it.

    template-page content av-content-small alpha units

    Thanks for your help.

    #1255766

    Hey xuamox,

    If you are using the default settings, then please add this CSS code in Quick CSS (located in Enfold > General Styling):

    #top .avia-section-default {
        min-height: 0;
    }
    
    #top .avia-section-default .content {
        padding: 0;
    }

    Best regards,
    Nikko

    #1255822

    Thank you very much that did the trick!

    #1255979

    Hi xuamox,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I remove all the padding from a color section?’ is closed to new replies.