hi please how can i center the solde prices in phones ?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
i already find the solution for this problem but now please i want to add some space between the two prices in computer website
thanks bt its password protect
password : shiro
password : shiro
thanks but i can see all center please sent issue image!
i already find the solution for this problem but now please i want to add some space between the two prices in computer website
Hi @amine15 ,
It seems that your store is password-protected. Please kindly provide the password so I can check your store.
Thanks
password : shiro
Just follow the below steps:
-
Go to online theme → edit code → Assets/theme.css
-
Ctrl + F, find css class name, .price–on-sale .price-item–regular
-
add one code snippet
.price--on-sale .price-item--regular {
padding-left: 10px; // add this line, toda
text-decoration: line-through;
}
Hope it works
Hi @amine15 , you can have a try at my solution.
yes, please try this
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 391px) {
.price-item--sale {margin-right: 5px;}
}


