Product description overlapping "You may also like" section

Trying to figure out how to fix the overlapping text after I added the customization fields to this product.

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Im having this exact issue on impulse.

website source of error is https://fxskin.co/collections/all-services/products/babor-fx-deluxe

Can someone please address this???

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.page-content--product>.page-width>.grid {
display: flex;
flex-wrap: wrap;
}

.page-content--product>.page-width>.grid>div {
width: 100%;
}
.page-content--product>.page-width>.grid .product-single__sticky {
width: 60%;
position: unset;
}
.page-content--product>.page-width>.grid .grid__item.medium-up--two-fifths {
width: 40%;
}
.page-content--product>.page-width>.grid .product-single__sticky>div {
position: sticky;
top: 20px;
}

Thank you. That’s a step in the right direction.

As you can see the “You may also like” header above my product recommendations is not aligned with my selection now.