Skip to main content

tabs / accordion capability + mobile

Comments

6 comments

  • Ariel H.

    Hi Michiel,

    Thank you for reaching out to us.

    I apologize for any inconvenience, but currently, it is not possible to directly link to a specific tab within a tabs/accordion block from another page. The linking functionality is only limited to the block level, rather than individual tabs.

    About your second concern, unfortunately, there is no option to hide the scrollbars in mobile view. Please try using this CSS and see if this will help:

    .brz-table
        overflow: hidden;
    }

    You can add this CSS by going to "Appearance" → "Customize" → "Additional CSS".

    Give it a try and let me know how it works for you.

    Best regards,
    Ariel H.

    0
  • Michiel Lublink

    thanks for your reply! Unfortunately I don't succeed, but if I do then the text is no longer fully readable? Ideally, it should adapt responsively to the screen without a scroll bar.

    I've tried using margin or padding to make it fit, but unfortunately I can't, are there any other options?

    0
  • Ariel H.

    Hi Michiel,

    Thank you for the update.

    Unfortunately, the tab element has a limitation when it comes to mobile view. Would it be possible for you to share the URL so we can inspect your site?  Rest assured, we won't show it on this support thread if you prefer to keep it private.

    Best regards,
    Ariel H.

    0
  • Michiel Lublink

    thank, yes, the url is ---------------

    0
  • Ariel H.

    Hi Michiel,

    Thank you for your cooperation.

    I attempted to find a CSS solution for the mobile layout issue, but it proved challenging. However, a potential workaround involves creating two versions of the 'info card' for desktop and another for mobile. In desktop view, display the table element, and hide it on tablet and mobile views. In its place, make a new element, such as a column with the same data. For instance, I used the same information in an accordion element in my example, which is hidden in the desktop view but visible in tablet and mobile views. This is demonstrated on this screencast: https://youtu.be/jH_LM1xLTgU

    To see the hidden elements on a page, simply click on the eye icon located near the update button.

    I hope this solution proves helpful for you.

    Best regards,
    Ariel H.

    0
  • Michiel Lublink

    Thanks, this is a great solution! Super!

    0

Please sign in to leave a comment.