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 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024