Home › Community Forums › Ally Theme Support › Gap between slider and header. › Reply To: Gap between slider and header.
November 21, 2013 at 9:30 pm
#9069

Moderator
Looks like you’re not using any of the slider widget areas. The only thing I see is the header, and then the Welcome area. The Welcome widget area has 80px padding at the top. So that’s where most of that space is coming from. You can look around line 1125 and adjust the padding –
.welcome .wrap {
margin: 0 auto;
overflow: hidden;
padding: 80px 0 40px;
width: 1140px;
}