Okay
  Public Ticket #2499092
Mobile version
Closed

Comments

  •  16
    wheelsacrossmorocco started the conversation

    Hi,

    For the drop down menu icon (3 lines) I'm getting two on the mobile version none of which point to the top drop down only the main. Obviously works fine on desktop.

    Thanks!

  • [deleted] replied

    Hi wheelsacrossmorocco,

    The top menu is not supported on Mobile devices. If you want I can give you the CSS code to remove the second "hamburger" menu that is appearing in the mobile device.

    Thanks!

  •  16
    wheelsacrossmorocco replied

    That would good, thanks, as I will keep it for desktop.

  • [deleted] replied

    Please just add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .header-block__row-container.container:last-child {
            display: none;
        }
    }

    Have a nice day!

  •  16
    wheelsacrossmorocco replied

    done, thanks