I made a website using Medical Way.It looks great on the computer with our large logo prominent over the left side of the header. However when I look at it on the phone the menu is seen under the logo and is hidden by it. There is no access to the menu. How can I fix this?
The menu is not clickable due to the logo image overlapping the menu links. To resolve this, please follow the below steps.
1. Login to the admin area and go to “Appearance >> Customize >> Additional CSS”
2. Add the below CSS @media only screen and (max-width:900px){ .site-header .site-branding { z-index:90; } }
3. Click on “Published”