• Resolved ambrosejohnn

    (@ambrosejohnn)


    I see that not all tabs are visible in the mobile device and they show up only on clicking an icon beside the active tab.

    I would prefer to display the entire tab navigation in mobile device instead of showing only one. Is that possible?

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

    (@livemesh)

    You can use the below custom CSS to achieve this –

    .lae-tabs.lae-mobile-layout .lae-tab-nav .lae-tab { display: block; }
    .lae-tabs.lae-mobile-layout .lae-tab-mobile-menu { display: none; }
Viewing 1 replies (of 1 total)
  • The topic ‘Display all tabs in the mobile device’ is closed to new replies.