Page 1 of 1

tables not responsive

Posted: Mon Feb 13, 2023 5:45 pm
by miodrag
hello again friends :D I m working on my page with tables , but i cant make tables responsive like other elements in breakpoints.If you have any sollution i will appreciate to hear.Thank you

Re: tables not responsive

Posted: Mon Feb 13, 2023 6:22 pm
by Pablo
HTML tables are not responsive. This is unrelated to WWB.

But if you are using tables for layout then consider using layout grid instead.
If you using tables to display data then you can try this:
https://www.wysiwygwebbuilder.com/respo ... table.html

Re: tables not responsive

Posted: Mon Feb 13, 2023 6:31 pm
by miodrag
thank you for your response pablo :D