Issues with tables in mobile site
We have issues when looking mobile site, all tables cut and showing only first columns. Here link to page [Links visible only for registered users]. Also all headers images have black line. Here link to mobile site [Links visible only for registered users]. How fix this issues?
Thanks
Best regards
Paul
[Links visible only for registered users]
Comments
We fix this please add this code for mobile friendly tables into next update
@media screen and (max-width: 640px) {
table {
overflow-x: auto;
display: block;
}
}
Thanks
thanks for the information. We'll have a look on it closer while future updates for sure.