Shopify themes, liquid, logos, and UX
Hi, I am trying to get my collection descriptions to center align, I have managed to do it to my product titles but struggling with the descriptions.
my website is www.madeonthestreet.co.uk
password: maesywaen2008
thankyou in advance
Solved! Go to the solution
This is an accepted solution.
Hi,
Please go to Edit code > Asset > component-collection-hero.css (about line 58) file.
Find (ctrl+F) collection-hero__description on the file and change the max-width: 66.67% to 100%
as below.
From
@media screen and (min-width: 750px) {
.collection-hero__description {
max-width: 66.67%;
}
}
To
@media screen and (min-width: 750px) {
.collection-hero__description {
max-width: 100%;
}
}
Hope it helps.
Thanks.
This is an accepted solution.
Hi,
Please go to Edit code > Asset > component-collection-hero.css (about line 58) file.
Find (ctrl+F) collection-hero__description on the file and change the max-width: 66.67% to 100%
as below.
From
@media screen and (min-width: 750px) {
.collection-hero__description {
max-width: 66.67%;
}
}
To
@media screen and (min-width: 750px) {
.collection-hero__description {
max-width: 100%;
}
}
Hope it helps.
Thanks.
Perfect! Thanks so much 🙂
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025