Shopify themes, liquid, logos, and UX
Hi guys!
I have tried everything but can't I get the collection description in the center of the page?
Page: https://kingdompetshop.com/collections/dog-collars-leashes
Theme: Refresh
Pw: abcd
Solved! Go to the solution
This is an accepted solution.
Find 'component-collection-hero.css',
search '.collection-hero__title+.collection-hero__description',
add
margin-left:auto;margin-right:auto;
Final code
.collection-hero__title+.collection-hero__description {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
font-size: 1.6rem;
line-height: calc(1 + .5 / var(--font-body-scale));
/*add*/
margin-left: auto;
margin-right: auto;
}
This is an accepted solution.
Find 'component-collection-hero.css',
search '.collection-hero__title+.collection-hero__description',
add
margin-left:auto;margin-right:auto;
Final code
.collection-hero__title+.collection-hero__description {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
font-size: 1.6rem;
line-height: calc(1 + .5 / var(--font-body-scale));
/*add*/
margin-left: auto;
margin-right: auto;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025