Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1293109

    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

    #1293593

    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

    #1293783

    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

    #1294082

    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

    #1294532

    Hello Ismael,
    that’s working. Thank you very much !!!

    Best regards
    urge

    #1294652

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘HTML Table scrollable’ is closed to new replies.