Reducing gap in Debut theme - Featured Product

Hello!

I’ve spent last few hours trying to reduce the size of this but no luck. I know it can be reduced with bottom margin but I just can’t find it. Please look at the picture below and you will understand what I mean.

Thank you in advence for any help provided!

Simon

@Siimon

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @Siimon ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

https://zealaccessories.myshopify.com/

use phone view.

Thank you

@Siimon

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.shopify-payment-button__more-options {
    display: none;
}
.shopify-payment-button__button {
    margin-bottom: -20px !important;
}

Works like a charm!
Thanks!

@Siimon

its my pleasure to help us