Focal theme: Align quantity selector and add to cart button next to each other

Hi community!

I’m trying to align the quantity selctor and the add to cart button next to each other in Focal Theme. But failing horribly.

Any bright ideas out there?

Store URL is: https://finicc.com/

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product-form {
position: relative;
}
.product-form__buy-buttons {
position: absolute;
top: 70%;
bottom: 0;
right: 40px;
left: 160px;
}
.product-form__payment-container {
margin-top: 15px;
}