Archived topic
mobile and tablet header issue
3 replies · Started by letsdoit on August 9, 2020
Viewing posts 1–4 of 4
Hi there,
Simplest method would be to increase the Mobile Menu Breakpoint in Customizer > Layout > Primary Navigation - so it switches to mobile on portrait tablet. Otherwise you would have to reduce the size/spacing of Logo and Menu items.
Let me know.
To change the mobile menu item left padding - try this CSS:
.mobile-header-navigation.main-navigation .main-nav ul li a {
padding-left: 30px;
}
Thanks David, both worked well.
You're welcome
This archived topic is closed to new replies.