I use this code to hide a menu
.page-id-3663 .main_menu { display: none; }
but it leave a blank menu container
http://gyazo.com/0960700b9210af17ed550882588fef69
Thanks
Hi axelfx07!
can you please post a link to your website?
Best regards,
Andy
Hey!
Try adding this code to the Quick CSS:
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 90px;
}
Cheers!
Josue
I had to add !important to make changes reflect
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 90px !important;
}
however, there is a proble. I want to hide menu on a specific page and leave it on main landing page
menu – http://nasledstvo.biz.ua
no menu – http://nasledstvo.biz.ua/test/
it did a job on a nomenu page, but you can see the grayish line that cover nav menu and half of the logo container on main page
oh and it also wrecked the padding of the first color section
Hey!
Change the code to:
.page-id-3360 #main {
padding-top: 90px !important;
}
Regards,
Josue