How to remove this remaining margin?

Hello,

Do you know how to remove this remaining margin please ?

Link : https://coconbypharell.com/products/panier

Thanks :slightly_smiling_face:

Hey @herve_stg ,

Follow these steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

Result:

If you found my response helpful, a Like and marking it as the Accepted Solution would be greatly appreciated. Your support really helps—thank you!
Best Regard,
Rajat

Shopify Expert

Hello @herve_stg ,

Hello there,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
div[data-pp-message][data-pp-id="1"] {
 margin-bottom:0 !important;
}
div#Quantity-Form-template--24830521704835__main {
    margin-top: 0 !important;
}
product-form.product-form {
    margin-top: 10px !important;
}

Let me know if you need further assistance!