Remove space after removing header and main menu

Posted in: Newspaper
Post count: 9

Hello,

I have inserted this custom css code on my homepage

.page-id-2127 .td-header-style-1 {
display:none;
}
.page-id-2127 .td-main-page-wrap{
padding-top:0;
}
.td-header-menu-wrap-full{
display:none
}
.home .td-main-page-wrap{
padding-top:0!important;
}

I got this code from looking at other posts and suggestions. It has removed my main menu and header but leaves a large white space at the top of the page. Fullofevents.com

Is there a way to remove this large white space completely and have the revolution slider to the top? If not, even reducing this space by 50% would work as well.

Thank you,
Brandon

Post count: 20685

Hi,

The first part of the code with the page id does not apply because your page id is different – http://screencast.com/t/k84PD09H you should edit it so it looks like this (it will apply only for that page id) and the white space will dissapear

.page-id-3104 .td-header-style-1 {
display: none;
}

Result – http://screencast.com/t/pWXCrn7hwvM Please let me know if this does not work for you.
Thanks

Post count: 9

Hi Simion,

Thanks! Looks waaay better now.

B

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.