responsive table

More
2 years 3 weeks ago #49824 by bernerhofje@hotmail.com
This table shows different on my site then when it's opened and  I'am working on it. (see print screens)
->lines to seperate aren 't visible and not responsive anymore
It worked in my 'previous template'
Is there a responsive table to use in your extensions?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
2 years 3 weeks ago #49825 by milos
Replied by milos on topic responsive table
Hello,

The TABLE element can't be responsive and I doubt it was fully responsive in any version of our template. However, this table has a width set explicitly to 800px. So, you can try adding this in CSS to make it use 100% width at least.
Code:
table { max-width: 100%; }

You can add border by adding this in CSS:
Code:
table, th, td { border: 1px solid #000000; border-collapse: collapse; }

Regards,
Milos

Please Log in to join the conversation.

Time to create page: 0.177 seconds
Powered by Kunena Forum