• Resolved krushen

    (@krushen)


    I have a left side mobile menu with several submenus . Three of the main menu items are anchor links – they are not linked to any pages and are just headings. If you happen to click on one of these headings, I would like the result to be that the user remains on the drop down mobile menu, indicating that this is a non-operative link.
    Currently if you do this the menu closes and the user goes to a previous page visited.

    Is there a way to fix this?
    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Can you add the code below to the custom css option in the General Options tab?

    .mob-expand-submenu i { 
         top: 0px!important; width: initial!important; 
         float: right!important; 
    } 
    .mob-expand-submenu { 
        position: absolute; 
        top: 0px; 
        right: 0px; 
        float: right; 
        width: 100%; 
        height: 50px; 
        z-index: 99999999; 
    }
    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. If necessary any further help just let me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘anchor links’ is closed to new replies.