Add to Cart button overlapping another block on Product Detailed Page

Hi can anyone help me with this? Not sure why the CTA keeps overlapping the above block. I’m not familiar with coding, so I don’t know how to fix this. Thanks in advance

Hi @peachybum

Could you share the link to your product page?

Hi,

Hope this will help

Go to your theme’s CSS file (theme.scss.liquid or base.css) and add this at the bottom:

CSS code example

/* Fix Add to Cart overlap issue */
.product-form {
  margin-top: 20px;
}

Hi! Here is the link. I don’t activate the “Select a Bundle” block at the moment, but as you see, the Text block is also overlapping the CTA button