Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #896302

    When showing four tabs, only the first three show up on small screens.

    #896332

    Hey elvirais,

    How about using the Accordion element for mobile only? Using the screen options you can hide the tab element for mobile & hide the Accordion element for tablets and desktops.

    Best regards,
    Jordan Shannon

    #896339

    I’ll give it a try and get back to you :) Is there any future update planned with the possibility of e.g. two rows of tabs?

    #896360

    Hi,

    Due to the nature of tabs themselves, it may be difficult to achieve, how ever it is always something you can add to the feature request queue.

    Best regards,
    Jordan Shannon

    #896368

    Ok. The accordion isn’t really suited for our needs, it really needs to be a top bar like the tabs.

    #896375

    There’s another issue, the content under the tabs doesn’t line up properly. Part of it goes over the right edge of a mobile screen, regardless of what width of column i use.

    There is a brief second where the four tabs are shown in two rows, and then they go back to one row.

    • This reply was modified 6 years, 10 months ago by elvirais.
    #897658

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .av-layout-tab .container {
        width: 100%!important;
        max-width: 100%!important;
    }}
    

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.