• Resolved alexzaragoza21

    (@alexzaragoza21)


    Hello Support team,

    Is there a way to disable the mobile menu of tabs? I don’t want users to click the menu icon (toggle bar) anymore. I just want it to display vertically as it is.

    Here is the picture–>https://snipboard.io/MG4Nh2.jpg

    I want it to be like this without clicking anymore–>https://snipboard.io/l3nWqR.jpg

    Thank you so much in advance.
    I am not a coder but a have little knowledge in CSS.

    Hope you can help me. More power to your team!

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

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    I see that you have already accomplished this. For others looking to accomplish this – you can do so with this simple Custom CSS –

    .lsow-tabs.lsow-mobile-layout .lsow-tab-nav .lsow-tab { display: block; }
    
    .lsow-tabs.lsow-mobile-layout .lsow-tab-mobile-menu { display: none; }

    Will save the user a click on mobile devices and probably more user friendly in certain situations.

Viewing 1 replies (of 1 total)

The topic ‘Disable mobile menu’ is closed to new replies.