WooCommerce – Moving Product Price to the Left of Add to Cart Button [closed]

So I think that now you just have to add the proper css. On both elements (price and button) place:

display: inline-block;

You can also try:

float: left;