• Resolved christopherjeffery

    (@christopherjeffery)


    Dear Support

    I’ve been reviewing a client’s new website on some tablets.

    We have noticed that there is no top menu bar (or hamburger) showing, and then there is no sub-menu under “About”.

    Can you please assist?

    Best regards

    Chris

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Chris,

    It’s invisible because the header bar’s color is white, same as the mobile button’s. You need to apply darker color for the hamburger menu by adding this CSS code to Additional CSS.

    
    .btn-menu {
      color: #000;
    }
    

    Sub menus under About appears upon mouse hover. Have you got it resolved?

    Screen Shot 2018 09 25 at 11 08 06

    Regards,
    Kharis

    Thread Starter christopherjeffery

    (@christopherjeffery)

    Dear Kharis

    That’s fixed it, thank you very much!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu display issues when viewing website on tablet’ is closed to new replies.