Shopify themes, liquid, logos, and UX
This is a Dawn theme. How do I centre the section text on home page? It seems to come default with left alignment.
See screenshot below. The word "Collections". How do I center it? Thanks a lot
Solved! Go to the solution
This is an accepted solution.
Hi @cheryl14 ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/section-multicolumn.css>paste below code at the bottom of the file:
.multicolumn .title-wrapper-with-link {
justify-content: center;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi @cheryl14 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
This is an accepted solution.
Hi @cheryl14 ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/section-multicolumn.css>paste below code at the bottom of the file:
.multicolumn .title-wrapper-with-link {
justify-content: center;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you! This solved my problem!
For other's reference, to make the entire page section to be centred, we probably need to look into other section as well such as the
template-collection.css
and add the following
.collection .title-wrapper-with-link {
justify-content: center;
}
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024