Venture Theme - gap below "BUY IT NOW" button on product page

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!

www.electricrideco.com

Hi @guyv ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.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.

@AvadaCommerce

Perfect solution! Thanks a lot!