Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Tables that scroll on phones

Wide tables in posts and pages scroll sideways on small screens instead of breaking the layout.

  • Type CSS (CSS)
  • Runs Public site, in the page head
  • Category Design
  • Tested with WordPress 7.1
CSS
.entry-content table,
.wp-block-post-content table,
.wp-block-table table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.wp-block-table {
	overflow-x: auto;
}

In these packs

  • Design touches: Small front-end touches: a reading progress bar, an announcement bar, a WhatsApp button, accessibility fixes.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.