Issues with tables in mobile site
Hi, Be.
We have issues when looking mobile site, all tables cut and showing only first columns. Here link to page. Also all headers images have black line. Here link to mobile site. How fix this issues?
Thanks
Best regards
Paul
We have issues when looking mobile site, all tables cut and showing only first columns. Here link to page. Also all headers images have black line. Here link to mobile site. How fix this issues?
Thanks
Best regards
Paul
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.