Regarding showing tables on mobile view

Posted in: Newspaper
Post count: 285

Hi, I am facing issues with showing tables in mobile view. In desktop mode tables are coming fine, but in mobile tables are getting elongated and cramped. Can you please let me know how to improve the table in mobile view.

Example: https://www.electronicsforu.com/electronics-projects/interesting-reference-designs-of-flyback-converters

Please check it on mobile and desktop both

Post count: 35449

Hi,
Please try this custom css:
.wp-block-table .has-fixed-layout {
width: 100vh!important;
}

Set the code in the theme panel > custom code> advance css > phone so the code will apply only on mobile.
I hope this will help you!

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