How to inline all product prices in mobile view?

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

allianceautoproducts.com

Hi @Alliance

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/theme.scss.css
  3. Copy code below to bottom of file
.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.