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
Hi phillipikoo!
can u please provide us a link of your web site?
Cheers!
Basilis
Here it is
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