Reply To: Changing the header background colour and gap between slider

Homepage Community Forums Ally Theme Support Changing the header background colour and gap between slider Reply To: Changing the header background colour and gap between slider

#8387
Wes
Moderator

    Most of that extra space is coming from the header widget area. Look around line 1604 in your css and lower the padding for the top and bottom –

    .header-image .site-header .widget-area {
        padding: 40px 0;
        padding: 2.5rem 0;
    }