Hi,
I’m using the table element. I want my table to stretch full width, but can’t manage this.
It seems the table only uses the width needed to display the content. See image example in attach.
How can I have the table always use 100% width?
Thank you
S
Hey Spiv!
please add to your CSS
table * {
width: 100% !important;
}
let me know if that fixes the issue for you
Best regards,
Basilis
Hi Basilis,
This didn’t help. I fixed it for now by placing the table in fullwidth grid element instead of a 1/1 content section.
Still strange though. My preference would go to a 1/1 content section so it doesn’t stretch over the fullscreen on large displays, but the predefined max 1310px.
Any ideas which css line of a content section preventing the stretch?
Thank you
S
Hi!
Glad it worked out and you solved it with a nice solution.
Please do let us know if we can do anything else to assist further, we wil be more than happy!
Regards,
Basilis