Removing White Spaces between Menu and body in Newspaper theme?

Posted in: Newspaper
Post count: 3

Hey there,

I am using the latest version of the Newspaper with JS Composer (Not TD Composer). I want to reduce the White Spaces between Menu and body. I want to know how I can I remove or reduce white space gap between header and the page? It can be done with TD Composer but I am having problem with JS Composer (WP Bakery). I want to install builtin FULL WIDTH themes but it seems they are compatible with TD Composer only. Please help!

Link to Screenshot: https://prnt.sc/nr0nhj

Thank you!

Qasim

Post count: 20688

Hi,

That would be the page top padding. There are a few ways of removing, the easiest is to add this code in the theme panel custom CSS section

.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.