Hi,
I am having problem with how a table with more than 5 columns appears on mobile. I have included a url to the page in our website in the private content.
As you can see in the screenshot below, the last column is getting cut off on mobile, even when viewed in landscape. Is there any way to allow the mobile viewer to scroll right to see the last column, or an alternative responsive way of presenting this for mobile devices?
http://tinypic.com/r/2zz71g1/8
http://tinypic.com/r/1znvfxv/8
Thanks,
– Ryan
Hey Ryan!
Thank you for using Enfold.
You can enable the scrollbar when part of the table content is hidden. Add this on Quick CSS:
table {
overflow: auto;
display: block;
}
Best regards,
Ismael
Thanks, Ismael! Works like a charm.