mben
1
Hi,
Please could someone help me?
I can’t figure out how to make my collection title and collection description aligned in the centre…
My website is www.wyldfragrance.co.uk. The theme I use is called Studio. Would really appreciate any help you could give. Thanks
Hello @mben ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code below:
.collection-hero__text-wrapper {
text-align: center;
}
.collection-hero__description.rte {
max-width: 100%;
}
Thanks
1 Like
mben
3
Thank you so much! Worked first time 
Do you know how to do the same for making page titles aligned in the centre? No worries if not! Thanks so much again - really appreciate it
Use this css
.main-page-title.page-title {
text-align: center;
}
1 Like
mben
5
You, sir, are a legend. Thank you 