Hello,
I am trying to reduce the space between the Klarna on-site message and the add to cart button.
After adding the on-site message, the spacing got much bigger and I would like for it to be smaller, as seen between variant option and on-site message (view picture).
I had previously asked this question, but the code provided did not work.
I am using the Dawn theme (7.0.1) and this is my store url: justincase-de.com
Kind regards.
Hi @JustInCase-de ,
I checked your website and doesn’t see the Klarna on-site message. May you share me some Product pages use that Klarma? I will check and give you a solution.
Kind & Best regards,
GemPages Support Team
Hello, sure!
This is a screenshot of my live theme (dawn), and as seen, the spacing is way to broad after adding the on-site message. This is the store url: justincase-de.com
Kind regards.
Hi @JustInCase-de
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
product-form.product-form {
margin-top: 1.5rem !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
You are welcome @JustInCase-de 