How to align conversion buttons

Hi @herve_stg

You can follow this instruction:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

div:has(product-form) {
    position: relative;
}
product-form {
    position: absolute;
    top: -87px;
    left: 160px;
}

Result: