How to move 'in stock' position level with the price on Warehouse theme?

Hi

Pls could u provide the solution to moving “in stock” next to/in level with the price, attached examples below

Theme: warehouse

URL: tennisgiant.com

Wanted result:

current:

Cheers

@chrisjames11
Hello ,

.product-form__info-item.product-form__info-item--quantity {
	clear: both;
}
.product-form__info-item {
	width: 50%;
	float: left;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
this solution its Useful so Please Like And Accept Solution

Like This

how can I add more space in-between the price and stock status.