Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
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
Solved! Go to the solution
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;
}
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
That's how i want it. thank you
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
Thank 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
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;
}
It is uploaded now,
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 again
Worked for me thanks x
This worked for me too, thank you!