How can I reduce white space in product listings on Debut theme?

Hi,

Would someone be able to help me make this white spacing smaller on the product listings? I don’t want such a large gap. I’m talking about the gap in between ‘buy it now’ button and the title ‘chill out luxury bath oil’ in the description.

Thanks,

2 Likes

@mbhlg

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.

@mbhlg

can you please 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;}

Hi @mbhlg ,

You can follow the instruction below:

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

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Thank you :slightly_smiling_face:

1 Like