Tables

Posted in: Newspaper
Post count: 15

Tables are showing properly. How to add horizontal scroll if table content is wider than screen. https://ibb.co/Mc3PS0T

  • This topic was modified 2 years by asr9611.
Post count: 27744

Hi,

You need to use a custom code css; please provide the link where you have the table.

Thank you!

Post count: 15

https://helloscholar.in/upcoming-bank-exams-2023/

  • This reply was modified 2 years by asr9611.
Post count: 27744

Hi,

Please use this code, you can change the width
.tdb-block-inner .wp-block-table {
white-space:pre;
overflow:auto;
width:500px;
padding:10px;
}

Set the css in the theme panel > custom code > advance CSS > phones (this code will be applied only on the responsive version).

Thank you!

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