Remove Main Navigation + Menu Padding on Single Page

Hello!

I'm looking to remove the main navigation menu on a single page on a site - https://j2sell.com/master-trade-in-process/.

After a quick search, I found the following CSS:

#Top_bar .menu_wrapper { display: none !important; }

This removed the navigation menu, but I'm still left with the space where the menu was. I tried to work with some CSS for the header padding, but wasn't able to find a solution. Is there some way I can get rid of this without removing the entire header? I'd still like to display the logo, just want to remove the space below it.

Thanks!

Comments

Sign In or Register to comment.