Hello,
I’ve got a couple of tables in my pages and they view fine on a desktop but overflow on a mobile view.
Is there anything I can do to stop this?
Or is there a way of creating a similar setup within the theme.
Thanks
Thanks for writing in! You can enable horizontal scroll bar for smaller screens on this page. To do this, just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.single-post .entry-content {
overflow-x: auto !important;
}