Header Margin

Posted in: Newspaper
Post count: 1

I can’t seem to figure out how to remove the bottom margin for the header. I want my revolution slider to have no gap between the menu and the slider. http://www.mailanihawaii.com

Thank you,
cody

Post count: 20688

Hi,

You could set a negative margin on the row containing the slider, like this
https://www.screencast.com/t/6Mzl1fxVm
Or try a code like this for example (will apply only to homepage)
https://www.screencast.com/t/PzvrqFitIH

.home .td-main-page-wrap {
padding-top: 0;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.