my title and price are not inline with product picture in debut theme.
1 Like
Hii, @Jmac089
Provide me your store URL so,
I can give you a proper solution.
Thank You.
hello @Jmac089
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-collection .price.price--listing {
margin-left: 33px;
}
.template-collection .h4.grid-view-item__title.product-card__title, .price price--listing {
margin-left: 30px;
}
1 Like
@Jmac089
Paste this code in theme.scss
dl.price.price--listing {
margin-left: 33px;
}
.h4.grid-view-item__title.product-card__title, .price price--listing {
margin-left: 33px;
}
