how to I centre the collection titles
pass: DRIPPMODE
sorry for that issue can you please try this code
.template-collection .main-content {
padding-right: 0px!important;
}
After Code Layout
Please add the following code at the bottom of your assets/theme.css file.
.template-collection .main-content {
padding-right: 0px!important;
}
Thanks!
not sure why its not working
I added it. nothing changed
Please check this link : https://2dripp.com/collections/new-dripp this url css work
Css for home page .
.product-card__title {
display: block !important;
text-align: center;
}
.price {
display: block !important;
text-align: center;
}
css not work please share screenshot .
Thanks!
Still dosent work
ill show a screen shot one moment
Please send screenshot .
haha help me fix that padding @KetanKumar thats crazy
Please remove this css class
@media only screen and (min-width: 750px){
.template-collection .main-content {
padding-right: 90px!important;
}
}
thanks alot team. silly padding =P
Yes, That’s it