Tagged: button, responsive, table
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!
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
Fantastic, thanks!
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