i want heading of "featured Collection" and featured products in the centre as it is on the left

Solved

i want heading of "featured Collection" and featured products in the centre as it is on the left

zikriarathore
Excursionist
78 1 7

hye

i want heading of "featured Collection" and featured products in the centre as it is on the left

https://37e364.myshopify.com/ 

each time whem i add feature products , heading should be in centre

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 515

This is an accepted solution.

Hey @zikriarathore,

Try adding this to your CSS

 

.collection-list-wrapper .title-wrapper-with-link {
    justify-content: center !important;
}

.collage-wrapper-title,
.collection__title .title {
    text-align: center !important;
}

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 5 (5)

ThePrimeWeb
Shopify Partner
2139 616 515

This is an accepted solution.

Hey @zikriarathore,

Try adding this to your CSS

 

.collection-list-wrapper .title-wrapper-with-link {
    justify-content: center !important;
}

.collage-wrapper-title,
.collection__title .title {
    text-align: center !important;
}

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
zikriarathore
Excursionist
78 1 7

which file ? base.css? where to add this code?

ThePrimeWeb
Shopify Partner
2139 616 515

Yes, you can add in base.css

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
zikriarathore
Excursionist
78 1 7

where in this file?

ThePrimeWeb
Shopify Partner
2139 616 515

At the very top @zikriarathore 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!