-
AuthorPosts
-
May 20, 2014 at 8:33 pm #267521
Hello,
When I view tables (made with the Avia layout builder) on mobile devices, the table headers are in the wrong place. Here is what the tables look like normally:
This is what it looks like on a mobile device (the image has been spliced together):
The header titles seems to have shifted. You don’t even see the first column header (Product) on the mobile device.
Is there anything I can do to fix this?
May 20, 2014 at 10:07 pm #267594Hi!
Try with this option selected:

Cheers!
JosueMay 21, 2014 at 6:17 pm #268136May 21, 2014 at 7:32 pm #268156Hi,
Can you post the link to the page please?
Regards,
JosueMay 21, 2014 at 7:45 pm #268163Edit : Wrong one.
Here it is : http://www.allbarcodesystems.com/products/barcode-scanners/
The first table has scrolling turned on. The rest do not.
-
This reply was modified 11 years, 5 months ago by
abskevin.
May 21, 2014 at 8:11 pm #268171Hi!
It’s happening because you have this code in your css/custom.css file:
.avia-data-table .avia-features-col{ max-width: 585px; }Try removing it.
Regards,
JosueMay 21, 2014 at 8:16 pm #268174Hi Josue,
I need to keep the width for design choices for desktop. Is there anything I can do to keep the width for desktops but change for mobile?
May 21, 2014 at 8:24 pm #268181Sure, change it to:
@media only screen and (min-width: 768px) { .avia-data-table .avia-features-col{ max-width: 585px; } }Regards,
JosueMay 22, 2014 at 6:14 pm #268708Hi Josue,
I made the changes but I’m still having the same problems. Any ideas?
Thanks,
Kevin
May 22, 2014 at 6:24 pm #268714
Change it to this, so it only gets applied when viewed in desktop:
@media only screen and (min-width: 768px) { .avia-data-table .avia-features-col{ max-width: 585px; } }Cheers!
JosueMay 22, 2014 at 9:28 pm #268833Ah! Sorry, my CDN still had the old CSS file being pulled up. Thanks for everything!
May 22, 2014 at 9:30 pm #268836You are welcome, glad we could help :)
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.



