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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024