Hi everyone,
I’m trying to centre the title and subtitle on the collection page. See screenshot. Could someone help me here?
Website URL: https://www.bundles-online.com/collections/curated-bundles
Thanks so much
Milo
Hi everyone,
I’m trying to centre the title and subtitle on the collection page. See screenshot. Could someone help me here?
Website URL: https://www.bundles-online.com/collections/curated-bundles
Thanks so much
Milo
.collection-hero__description.rte {
text-align: center;
margin: 0 auto;
}
h1.collection-hero__title {
text-align: center;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hello There,
h1.collection-hero__title {
text-align: center;
}
@media screen and (min-width: 750px){
.collection-hero__description {
max-width: inherit!important;
}
}
Screenshot :- https://prnt.sc/UTpKHHTBaKJg