Shopify themes, liquid, logos, and UX
Trying to figure out how to change the "left orientation" of my heading in a particular section to "centre orientation". See photo below (trying to centre "Gifts & Arrangements")
Solved! Go to the solution
This is an accepted solution.
Hi @mollybluesh
Try this one.
.collection .title-wrapper-with-link {
justify-content: center;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi, Paste this code in your base.css file
@media screen and (min-width: 990px) {
.title-wrapper-with-link {
justify-content: center !important;
}
}
This is an accepted solution.
Hi @mollybluesh
Try this one.
.collection .title-wrapper-with-link {
justify-content: center;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025