Keeping tabs open on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30344
    Paul Aswad
    Participant

    Hello,

    My client is asking to keep the tabs open on mobile devices. The burger menu might be hard to notice/work with for an older clientele. Is there any code I can add to make this possible? Your help is greatly appreciated. I’m looking to make this happen on all pages with a tab on the website. Thank you.

    Best regards,

    Paul

    #30350
    Raghavendra
    Moderator

    Pls try the following Custom CSS. This will keep all tabs open including the active one –

    .lae-tabs.lae-mobile-layout .lae-tab-nav .lae-tab { display: block; }
    
    .lae-mobile-layout .lae-tab-mobile-menu { display: none !important; }
    #30369
    Paul Aswad
    Participant

    Great! It works perfectly well.

    Best regards,

    Paul

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Keeping tabs open on mobile’ is closed to new replies.