Home › 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
October 22, 2013 at 2:24 pm
#8387

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;
}