How to move compared price next to price in debut theme?

hi, same as title, anyone can teach me this?

my store URL: https://bestwondercloset.com

price.png

please someone help, thank you so much!!

Hello,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css-> paste bellow code in bottom of file
.price--on-sale .price__sale {
    font-size: 14px;
}

It will work but if you don’t want to change font-size then display 4 product in row and it will fixed automatically.

Thanks