- Posts: 7
- Thank you received: 0
responsive table
-
bernerhofje@hotmail.com
Active member - Topic Author
- New Member
Less
More
2 years 3 weeks ago #49824
by bernerhofje@hotmail.com
responsive table was created by bernerhofje@hotmail.com
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
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.
You can add border by adding this in CSS:
Regards,
Milos
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