Tagged: Appearance, mobile, table
hi!
I’ve got a similar issue as mentioned in this post, which has already been closed but not solved for the rest of us.
https://kriesi.at/support/topic/avia-data-table-first-column-header-missing-in-mobile/
The first cell is “swallowed” if resized to mobile.
regards.
Hey Fritz!
Add the following to the Quick CSS or custom.css:
@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;}
}
Regards,
Arvish