Hello Krisi,
I have a table in the acordeon on one side. It is an HTML table (not the one from the Enfold avia layout architect).
The table is so wide that it is cut off on the smartphone at a width of about 375 pixels on the right. Now my question: Is there a way to make the table scrollable horizontally so that you can see the entire content on the smartphone?
Thank you very much
Best regards
Jürgen
Hi Jürgen,
It looks like you have given the table a fixed width value, could you try changing that to 100% instead?
<table width="100%">
Best regards,
Rikard
Hello Rikard,
thank you. I tried your suggestion and set the table to 100% width. The problem on smartphone still remains. It would also be ok if the table could be scrolled horizontally.
Do you have another solution?
Thank you very much
best regards Jürgen
Hi,
Thank you for the update.
You can use this css code to make the toggle content scrollable.
.togglecontainer .toggle_content {
overflow: scroll;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
Ismael
Hello Ismael,
that’s working. Thank you very much !!!
Best regards
urge
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon