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.
- From you Admin page, go to Online Store > Themes
- Select the theme you want to edit
- Under the Asset folder, open the main.css(base.css, style.css or theme.css)
- Then place the code below at the very bottom of the file.
.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!