Menu comes up behind the header logo

Home Support Medical Way Menu comes up behind the header logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7465
    Anonymous
    Inactive

    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?

    #7466
    ProDesigns
    Keymaster

    Hi @hsl9999,

    Can you provide us your site URL? We can provide you CSS for it.

    If you know CSS you can go to Appearance >> Customize >> Additional CSS and add required CSS there.

    Thank you.

    #9809
    Anonymous
    Inactive

    My website is having the same issue on mobile. Would you please provide me CSS for my site issue: theadelcompany.com

    #9812
    ProDesigns
    Keymaster

    Hello theadelco,

    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”

    This will solve the issue.

    Thank you

    Regards,
    Team ProDesigns Themes

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.