Tagged: enfold
I have my Enfold them set to logo left and navigation below, and noticed that it shrinks the height of the header dramatically on screens 768px and below as a default. You like to be able to stop it from doing that so the navigation bar is appearing at the same place regardless on screen size.
I’m currently using UberMenu in place of the standard navigation but Enfold is pushing the navigation bar up alot at the 768px break even point even when I use the default navigation.
Does that make sense?
Hi Jon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.html_header_top.html_bottom_nav_header #header_main {
height: 123px !important;
}}
Best regards,
Yigit
This worked great
Thanks
Jon