As you can see now, it’s not nicely centered but a little too much above it. And also, is there a way to remove the white space beneath the whole pricing to make the margins between the price and stock notification smaller?
Foladun here from the Customer Account Deluxe App team. ![]()
Could you please share the store URL and password if required, so I can assist further?
Best regards,
Foladun | Customer Account Deluxe
1 Like
Hi @bdvecom ,
Try this:
-
Go to Online Store > Themes.
-
Click on the three dots next to your theme and select Edit Code.
-
In the left-hand sidebar, search for base.css and open it.
Add the following code at the end:
product-info .price.price--large.price--on-sale {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: -12px;
}
Let me know if this resolves the issue!
Best regards,
Foladun | Customer Account Deluxe
1 Like
it worked thanks a lot man!
1 Like
