Please try add more this code to Customize > Custom CSS to fixed this isuse:
@media only screen and (max-width: 1169px) and (min-width: 961px){
#navigation.menu-item-padding ul.menu > li > a,
#navigation.menu-item-padding .menu > ul > li > a {
padding: 0 10px;
}
}
Hi,
The header looks great when it is full size on computer or on mobile.
The problem is if the screen is resized on the computer so the width is big enough where the mobile hamburger doesn't show....but not full screen.
In that case the menu gets messed up and seems to go down but is invisible. Not sure how to get the hamburger to appear when window is resized.
Thanks, Steven
Hi,
Please try add more this code to Customize > Custom CSS to fixed this isuse:
Best Regards,
PenciDesign
That worked. Thank you very much.