Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1301424

    How do I retain the buttons’ (Button Row) visibility in the Table element when the table has the styling “Use the table to display tabular data” and a visitor is browsing from mobile?

    Thanks!

    #1301438

    Hey Maxim,

    Try adding the following to quick css:

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table .avia-button-row {
        display: block;
    }
    }

    Best regards,
    Jordan Shannon

    #1301441

    Fantastic, thanks!

    #1301460

    Hi,

    No problem at all I’m happy to help. Did you need additional assistance on this topic or shall we close?

    Best regards,
    Jordan Shannon

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