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

Center Align featured collection description Dawn

Solved

Center Align featured collection description Dawn

WearAnime
Excursionist
18 0 5

I have managed to center align the featured collection title but I do not know how to center align the featured collection description. Can someone please advise me how.

Thank you in advance

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1786 3136

This is an accepted solution.

Bro @WearAnime try this code;

Paste at the end of base.css

 

.title-wrapper--no-top-margin {

  text-align: center !important;
}

 

 

View solution in original post

Replies 12 (12)

PageFly-Victor
Shopify Partner
7865 1786 3136

Hi @WearAnime !

 

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

 

Please share page URL so that I can inspect and send code accordingly

 

I hope my recommendations will be beneficial for you, let me know if you have any questions. Cheers!

 

Best Regards;
PageFly

WearAnime
Excursionist
18 0 5

Hi PageFly. The url is www.wearanime.co.uk. The password is Ihaiya 

PageFly-Victor
Shopify Partner
7865 1786 3136

Bro @WearAnime you want this to be centered if no please share screenshot thanks.

 

Screenshot_13.png

Screenshot_14.pngScreenshot_15.png

WearAnime
Excursionist
18 0 5

That's how i want it. thank you

PageFly-Victor
Shopify Partner
7865 1786 3136

Hi @WearAnime !

 

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

 

Please paste this code at the bottom of section-main-product.css under assets in theme code files;

 

.product {
text-align: center !important;
}

 

Please paste this code at the bottom of section-product-recommendations.css under assets in theme code files;

 

.product-recommendations__heading {
text-align: center !important;
}

 

Please paste this code at the bottom of template-collection.css under assets in theme code files;

 

.collection .grid__item:only-child {
text-align: center !important;
}


I hope my recommendations will be beneficial for you, let me know if you have any questions. Cheers!

 

Best Regards;
PageFly

WearAnime
Excursionist
18 0 5

forshopify.pngThank you PageFly.

2 of the 3 worked properly.

If you look in the screen shot it has not center aligned like the other 2 did. I have double checked everything.

thanks

PageFly-Victor
Shopify Partner
7865 1786 3136

This is an accepted solution.

Bro @WearAnime try this code;

Paste at the end of base.css

 

.title-wrapper--no-top-margin {

  text-align: center !important;
}

 

 

WearAnime
Excursionist
18 0 5

It is uploaded now,

PageFly-Victor
Shopify Partner
7865 1786 3136

Bro @WearAnime Try the code I send you.

Thanks

WearAnime
Excursionist
18 0 5

Thank you.

It's working perfectly now.

There is one more part I for got to mention that i need to align.

It is the heading for the collection list. Please look at the screenshot

Thank you againforshopify.png


MiaIshaaq
Tourist
3 0 1

Worked for me thanks x

sleepyd
New Member
10 0 0

This worked for me too, thank you!