https://www.snooze-store.com/products/nike-air-force-1-low-triple-white
Please refer to link above. When I add a ‘compare price at’ the alignment shifted. How do i fix it?
https://www.snooze-store.com/products/nike-air-force-1-low-triple-white
Please refer to link above. When I add a ‘compare price at’ the alignment shifted. How do i fix it?
@Dom2306 ,
Add this at the bottom of your theme.scss file.
.price--on-sale .price__sale {
justify-content: center;
}
Do let me know if it works.
hi @Dom2306 please Go to theme.scss.liquid or base.css and at bottom pase this code to centre prices.
.product__price {
padding-left: 132px;
}