Reply To: Slider image issue – band at top

Homepage Community Forums Epik Theme Support Slider image issue – band at top Reply To: Slider image issue – band at top

#7016
Wes
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.