Place a title in the middle

Solved

Place a title in the middle

JoaquinExcitare
Excursionist
51 0 17

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

Screenshot 2024-12-16 at 15.47.49.png

Accepted Solution (1)

suyash1
Shopify Partner
10437 1287 1646

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;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

websensepro
Shopify Partner
1746 198 235

Hi @JoaquinExcitare 

 

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:

websensepro_0-1734360753012.png

 

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!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

suyash1
Shopify Partner
10437 1287 1646

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;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.