Archived topic
Appearance of tables
4 replies · Started by KEREM CAN on February 17, 2023
Hello, I am using the GeneratePress theme. I need to enter a data table for some content on my website. These tables are broken in the GeneratePress theme. Tables are broken on both mobile and desktop. I've tried using these tables in different themes and haven't had any problems. This error is caused by GeneratePress, how can I solve it.
Hi there,
aside from basic border styling, GeneratePress doesn't interfere with Tables.
And we don't add any code for adding tables, so the theme has no control over the tables you add.
For example:
https://www.screencast.com/t/dOjMLdJKr
That Table has an inline style that sets its width to 798px which is too wide for the container and mobile devices.
The theme cannot change that as is part of the the tables HTML.
So how are the tables being created ?
Got it dude, it's totally my fault it was actually very simple :)
No problem, glad to be of help