mbhlg
March 23, 2022, 2:25pm
1
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!
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
Go to Online Store->Theme->Edit code
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:
Go to Online Store->Theme->Edit code
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