Shopify themes, liquid, logos, and UX
Hi,
Does anyone know how to centre a table on a standard page? I'd also like the columns to be smaller but this isn't as important (I dragged the columns to become smaller when creating the table but on the actual page they are still very wide).
Currently the tables are across to the right of the page (even though I centred them when editing the page)
Solved! Go to the solution
This is an accepted solution.
Hello @MWRT ,
I understand you are looking to adjust the display of the Size table.
You can adjust it by using the following CSS code.
Please add the below-mentioned CSS code at the bottom of the theme.liquid file before </body> tag and save.
<style>
table {
width: auto !important;
}
</style>
=> https://prnt.sc/SWWSORvutVqa
I hope it helps.
Please share if you have any queries.
Thank you.
Hi @MWRT ,
Can you please send me a preview URL of the store so that I can assist you on ?
Thank you
This is an accepted solution.
Hello @MWRT ,
I understand you are looking to adjust the display of the Size table.
You can adjust it by using the following CSS code.
Please add the below-mentioned CSS code at the bottom of the theme.liquid file before </body> tag and save.
<style>
table {
width: auto !important;
}
</style>
=> https://prnt.sc/SWWSORvutVqa
I hope it helps.
Please share if you have any queries.
Thank you.
hi,
this is great, thank you so much!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024