Hello
I need your help with center these last 3 columns. Thank You ![]()
https://5a8ab2.myshopify.com/pages/about
123
A user seeks help centering the last three columns on their Shopify store’s About page using the Dawn theme.
Solutions Proposed:
</body> tagBoth solutions involve using CSS to adjust column alignment, specifically targeting the multicolumn list grid with justify-content: center.
Status: The thread appears to have multiple proposed solutions but no confirmation yet on which approach worked or if the issue was resolved.
Hello
I need your help with center these last 3 columns. Thank You ![]()
https://5a8ab2.myshopify.com/pages/about
123
Hey @ErnestoF
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @ErnestoF
In the Custom CSS field of this section, paste the following styles:
.multicolumn-list.grid {
justify-content: center;
}
Best regards,