Hello guys
wonder how can i move the price at the cart to the center and make a space between a price and the text as you can see in the picture
store: bula.co.il
pass: geibee
thank you very much in advance ![]()
Hello guys
wonder how can i move the price at the cart to the center and make a space between a price and the text as you can see in the picture
store: bula.co.il
pass: geibee
thank you very much in advance ![]()
Hey @artiumc
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @artiumc
Check this one.
@media (min-width: 750px){
.totals {
justify-content: center !important;
gap: 10px;
}
}
.totals {
gap: 10px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
thank ypu very much im really appreciate your help ![]()
Thank you very much sir. it worked ![]()