Mobile Menu: Submenu only expands when icon is clicked instead of whole

The submenu of my mobile menu is only opening when clicking on the dropdown icon.


Unfortunately, the responses from these chats did not resolve my issue:


Can you please provide me with the correct CSS to workaround the issue, thank you.

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Sorry. dentina.cloud/wwwind

  • Try this CSS code:

    .mfn-sidemenu-tmpl .mfn-sidemenu-menu .menu-item .outer-menu-sub{
     position: absolute;
     width: 100%;
     justify-content: end;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.