Overlapping Description and Title in Dawn Theme

Hi, I have an issue after importing the theme from another store. The Description block is overlappung with the rest of product info on the product page. Cannot seem to identify where this is coming from. Can someone please help?

Here is an example product page:

https://de.bunny.style/products/black-rainbow-sleeve-t-shirt

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset > base.css and paste this at the bottom of the file:

.product__description.rte.quick-add-hidden div#gtx-trans {
    position: initial!important;
}

1 Like

Awesome, worked like magic, thanks!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Hi

i tried this out as im experiencing same. It worked for 1 product only, the rest are still overlapping.