how do i center this to the page?
and another question:
How can i keep my images constrained to underneath the product image:
how do i center this to the page?
and another question:
How can i keep my images constrained to underneath the product image:
Hi, @Andia .
Please share your store URL and Password!
Solution for “How do I center this to the page?”
Please add the following CSS code to your assets/template-collection.css bottom of the file.
.collection__title.title-wrapper {
text-align: center;
}
@media screen and (min-width: 990px){
.collection__title.title-wrapper--self-padded-tablet-down {
margin: 0 auto !important;
text-align: center !important;
}
}