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

    Hi, on one of my pages, I have a pricing table. One of the rows has buttons but they do not show in the mobile version

    #599220

    Hi phillipikoo!

    can u please provide us a link of your web site?

    Cheers!
    Basilis

    #599224

    Here it is

    #600264

    Hi!

    The buttons are hidden by default because they will go at the very bottom of the table. Please set the table purpose to tabular and responsive styling to scrollable. If you don’t like the result, try to add this in the Quick CSS field:

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

    Best regards,
    Ismael

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