Hi guys,
In mobile view, I got prices before and after in some products inlined, and some others multi-lined. I would like them all inlined.
Thank you
Hi guys,
In mobile view, I got prices before and after in some products inlined, and some others multi-lined. I would like them all inlined.
Thank you
Hi @Alliance
May I suggest to update code these steps:
.price--on-sale .price__sale {
white-space: nowrap;
flex-wrap: nowrap!important;
}
Hope can help
If you find my reply helpful, please hit Like and Mark as Solution
EBOOST
Thank you. Hope you can help with other issues as well.