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
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.
If you already have several changes, you can fix the overlapping by following the instructions below
@media screen and (min-width: 750px){
.product__info-container.product__info-container--sticky {
position: unset
}
}
That worked!!
Thank you so much