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;
}
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