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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You are basically running into the general drawback that HTML tables suffer from, in general: A table is a fixed structure, and there’s no real universally suitable approach to make a table responsive.
    For tables with data (like numbers) in it, there are some approaches (like the one from https://tablepress.org/extensions/responsive-tables/ ). That won’t help with your tables however, due to their content.

    Therefore, instead of using a table for these two pages, I suggest to look into a gallery plugin that uses different HTML structures (like `<div>s). With that, you are not fixed to how tables work in browsers (their structure can not be broken up), and you can then apply different layouts on small screens (like fewer images per row).

    Regards,
    Tobias

    Thread Starter mugeturner

    (@mugeturner)

    Hi,
    Thanks for the reply and information. OK, I will look into a plugin to help me.
    Thanks again,
    Sam

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! Sorry that I couldn’t provide a direct solution.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive table’ is closed to new replies.