Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1214134

    Hello,

    I am using the table element with a button row, but the button row disappears on mobile. Is there any way to get it to show up? Thanks!

    #1214594

    Hey Kirstie,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1214803

    That worked! Thank you!

    #1215213

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1216515

    You can close it, thank you!

    #1216620

    Hi MJM,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

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