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
Hi, currently my collections page description looks like this (the description and collections title is placed on the left area of the screen whether the text is aligned left or centred. The entire block stays on the left and looks off compared to the product images below it.
My store url is https://www.bridalspree.ca/collections/fingertip-veils-collection
Would appreciate help on this. Thanks!
Hi @Bridalspree
Check this one.
.collection-hero__description {
margin: auto;
}
h1.collection-hero__title {
text-align: center;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you very much. That worked. However, do you know if this code is something I have to add back on every time Shopify has a theme update for Dawn? Thank you.
It depends which area they update. If you like to wait for them to update and change its up to you.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!