Shopify themes, liquid, logos, and UX
Hi there,
I've created a blog post on Shopify and inserted a table. On Desktop it looks fine, but on Mobile it doesn't look nice because table width stays at 100% of screen size. Would like to see to scrolling option instead, to fit all the content of the table.
See here:
Here is the link: https://tomorrowgolf.com/blogs/news/are-golf-balls-bad-for-the-environment
Thanks!
Solved! Go to the solution
This is an accepted solution.
Please add this CSS in base.css
@media(max-width: 479px){
.rte table {
overflow: hidden;
overflow-x: scroll;
display: block;
}
}
Thanks,
Ritu
This is an accepted solution.
Please add this CSS in base.css
@media(max-width: 479px){
.rte table {
overflow: hidden;
overflow-x: scroll;
display: block;
}
}
Thanks,
Ritu
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025