Home Forums Basel support forum Mobile side menu does not really work

Mobile side menu does not really work

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9534

    kidi
    Participant

    Hi!

    I have 3 link on the Top bar menu on desktop view, but if i change to mobile view, automatically add those links to the side bar menu, but only 2 links, the first, and the third (my profile and log out). The question is, where is my second link?

    #9541

    Artem Temos
    Keymaster

    Hello,

    You can manage your mobile menu manually via Appearance -> Menus. Just create a new one and add your links there. Then check it to be in Mobile navigation location. My account links added there automatically.

    Regards

    #9594

    kidi
    Participant

    There is a way to not add automatically those links to my menu?

    #9600

    Artem Temos
    Keymaster

    Yes, you can hide it by adding this code snippet to the Custom CSS in Theme Settings

    .mobile-nav .header-links {
    	display:none;
    }

    Regards

    #9609

    kidi
    Participant

    Thank you very much!

    #9613

    Artem Temos
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Mobile side menu does not really work’ is closed to new replies.