Reply To: Do I need to remove the slider or change head-wrapper?

Homepage Community Forums Epik Theme Support Do I need to remove the slider or change head-wrapper? Reply To: Do I need to remove the slider or change head-wrapper?

#10946
Wes
Moderator

    You can add this to your css –

    .home .head-wrap {
        margin: 0;
    }

    and that would remove the margin-bottom space right under the head-wrap, but just for the homepage. Your other pages will be fine.