Remove Page White Space Under Menu

Posted in: Newspaper
Post count: 5

Hello,

Is there a way I can remove the white space below my menu and above my slider?
https://thetravelintern.com/

I tried this custom css and it didn’t work.

.td-main-page-wrap {
padding-top: 0px;
}
.td-main-content-wrap {
padding-bottom: 0px;
}

Thank you.

Post count: 22421

Hi,

If you re-write css, you need to add the !important declaration. Please use your code like so:
.td-main-page-wrap {
padding-top: 0!important;
}
.td-main-content-wrap {
padding-bottom: 0!important;
}

Thank you!

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