Hi, Ive created a table but it broken on mobiles.
No matter what style I give it.
In this example (make entire table scrollable) all the texts overlaps: https://www.dropbox.com/s/2xaaupphvozaeod/2.png?dl=0
In this example (data table, adjust to screen size) some information is duplicated: https://www.dropbox.com/s/2xaaupphvozaeod/2.png?dl=0
Is there a way to make the table really responsive?
Thanks!
Hey cipriana,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) {
.avia_scrollable_table .avia-table {
width: auto;
}}
Best regards,
Yigit
Ok, now yes!
Thanks