Site logo

Archived topic

Mobile header vertical placement

1 reply · Started by Shaun on March 16, 2023

Viewing posts 1–2 of 2

On the below site I have merged the header with content (with no page hero). It looks fine on desktop, but the mobile menu is in the wrong spot on tablets and mobiles (see video link below). Can you please help?

Hi Shaun,

Can you try adding this through Appearance > Customize > Additional CSS?:

nav#mobile-header button.menu-toggle {
    display: flex;
}
This archived topic is closed to new replies.