Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #460038

    Strange situation on mobile menu on website

    http://www.hellodental.co.uk/

    If you go to the mobile version of the website, and then click on the menu icon (lines in the corner)… the first items of the menu show up fine… when you get to treatments, all the items under this menu (the actual treatments) have the first few letters cut off making them illegible.

    I think its a margin issue. Please can this be fixed in any way?

    #460327

    Hi codecreative!

    It’s from some custom CSS your using.

    #menu-item-230 .avia_mega_div.avia_mega3.nine.units {
      left: -150px !important;
    }

    Try this instead.

    #header_main_alternate #menu-item-230 .avia_mega_div.avia_mega3.nine.units {
      left: -150px !important;
    }

    Regards,
    Elliott

    #460332

    Awsome its fixed

    #460563

    Hi!

    Great, glad we could help.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile smart phone menu’ is closed to new replies.