Why does a specific product page on my site have a strange margin?

Hey gurus

My site: aabn.io has a few product like: https://aabn.io/products/skyen which is our main.

However this product: https://aabn.io/collections/skoler/products/opsaetning has a weird margin on the right?

Can you help figure this out?

BR

Valdemar

hello @valdemarost

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.product__content-main .product__description .product__description.rte {
    width: 100% !important;
}

worked! thank you Natztech!