Hello,
I would like to make the changed displayed in the picture, can someone help me?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/
Im using the Trade theme.
A Shopify store owner using the Trade theme seeks to adjust mobile product pricing display: reducing the gap between regular and sale prices, and repositioning the sale price to the left.
Two CSS solutions provided:
Solution 1 (BSS-TekLabs):
base.css filemargin-right: 1px !important to .price.price--on-sale .price-item--regularSolution 2 (niraj_patel):
theme.liquid file in theme editor</body> tagStatus: Multiple working solutions offered; awaiting original poster’s confirmation of which approach resolved the issue. Both contributors requested marking their response as the accepted solution if helpful.
Hello,
I would like to make the changed displayed in the picture, can someone help me?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/
Im using the Trade theme.
@media screen and (max-width: 749px) {
.price--on-sale .price-item--regular {
margin-right: 1px !important;
}
}
Hello @KimGottwald
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.