• Resolved Tom2708

    (@tom2708)


    Hello Tobias,
    I have a problem with a table on small screens which contains fields with rowspan and colspan. See above mentioned link / Tab “Technische Angaben”. I tried flip, collapse and scroll. In my opinion scroll should be the best one, but I am open for other solutions. I have used also table generators like https://www.quackit.com/html/html_table_generator.cfm. I received good results but when importing the code the problem was still there. Please have a look to my trials: https://t1p.de/juco
    Your help would very much appreciated.
    Thanks & best regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Using the scroll mode is indeed the best choice here. To make it work properly, and adjust some theme CSS, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
      table-layout: auto;
    }

    Regards,
    Tobias

    Thread Starter Tom2708

    (@tom2708)

    Perfect! Many thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with tablepress responsive’ is closed to new replies.