Home › Community Forums › Epik Theme Support › Slider image issue – band at top › Reply To: Slider image issue – band at top
September 1, 2013 at 11:35 am
#7016

Moderator
It’s because of the margin at the bottom of the “head-wrap”. You’ll probably just want to remove this space on the homepage only since it will affect other pages. Add this code to your css –
.home .head-wrap {
margin: 0;
}
and that will remove that space, but only for the homepage since you’ll need that space for other pages.