Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Other
Remove white space beneath header menu
tobiasj85
November 2016
in
Other
I would like to remove the white space beneath header menu for pages without sliders. See example:
http://pvcmed.org/media/library/10-key-reasons-choose-pvc-healthcare-applications/
Comments
Albert
November 2016
Hi,
to decrease empty space below the menu on pages without slider, you need to use the following css:
body:not(.template-slider) #Header { min-height: 100px !important; }
tobiasj85
November 2016
I tried to put in the child theme stylesheet and the betheme customizer to no effect.
Albert
November 2016
Above css need to be put under Theme options > Custom CSS & JS > Custom CSS section. We already checked the html version of your site and you did not pasted above css into the right place because it does not exist.
tobiasj85
November 2016
Thanks, somehow it didn't save properly yesterday.
Albert
November 2016
You're welcome!
Sign In
or
Register
to comment.
Comments
to decrease empty space below the menu on pages without slider, you need to use the following css: