Hi @herve_stg
You can follow this instruction:
-
Go to Shopify > Theme > Customize
-
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:
