Hi,
On the product pages in the Venture theme there is a large white gap below the “BUY IT NOW” button.
I would like to know how I can make this gap smaller and adjust the size of the gap?
Please can someone assist.
Thanks in advance!
Hi,
On the product pages in the Venture theme there is a large white gap below the “BUY IT NOW” button.
I would like to know how I can make this gap smaller and adjust the size of the gap?
Please can someone assist.
Thanks in advance!
Hi @guyv ,
You can follow the instruction below:
.shopify-payment-button__button--hidden {
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.
Perfect solution! Thanks a lot!