Tables not displaying properly

Posted in: Newspaper
Post count: 15

Tables are not displaying properly in mobile. If the content of table is more than the width of the device then it is not getting horizontal scroll also. Screenshot is attached below. Kindly provide solution.

Post count: 27744

Hello,

If you use a table from Gutenberg, then you need to use a custom code CSS, so please provide the link to your website where you have the tabel.

Thank you!

Post count: 15
Post count: 27744

Hello,

You can try to use this custom code -> https://i.imgur.com/JuUw7ap.png .wp-block-table td:first-child{
width: 35%;
}

Please set this code in the theme panel > custom code> advance css > phone section and will be applied only on a mobile.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.