Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Does anybody know how I can place the title "YOU MAY ALSO LIKE" to the centre?
URL: https://excitarestudios.myshopify.com/products/flower-ring-silver
Solved! Go to the solution
This is an accepted solution.
@JoaquinExcitare please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.related-products__heading {text-align: center;}
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
h2.related-products__heading.inline-richtext.h2 {
text-align: center;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
This is an accepted solution.
@JoaquinExcitare please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.related-products__heading {text-align: center;}