Overlapping Product information and materials

When you scroll down on my website the product information and quantity overlap with the material and dimensions drop boxes

Im using the Theme Dawn

Does anyone know how to stop this from happening

Hi @jodi_or ,

It looks like your container is losing the height. You website is password protected. Can we have the password of your website so we can take a look?

its :

ahtwun

Hi @jodi_or ,

It looks like the main-product.liquid under section is broken.

If you haven’t made any changes to your product page, follow the instructions below to restore to its original code.

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Section folder, and find the main-product.liquid file.
  3. Click current, see image below then to Original

If you already have several changes, you can fix the overlapping by following the instructions below

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the base.css file.
  3. Add the code below.
@media screen and (min-width: 750px){
.product__info-container.product__info-container--sticky {
    position: unset
}
}

That worked!!

Thank you so much