fbpx
🤝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🤝 Grab it Now

when activating plugin it breaks layout

samet budak

When I want to use this plugin it breaks the product page layout. Here is the sample product link: https://www.ringsbylynx.com/product/emeral-tas-design-ring-1-copy/

 

Product Name : Emeral Tas Design Ring 1 (Copy)

Can you please fix this error?

Hakik Zaman

Hi samet,

Thanks for reaching out to us. Your theme is developed using CSS Grid, that’s why you are facing this issue.

I have added the below code at Appearance > Customize > Additional CSS
.single-product div.product {
display: table !important;
width: 100%;
position: relative;
}

.single-product div.product .summary {
float: right;
width: 52.9411764706%;
}

.single-product div.product .dici-tabs-wrapper {
clear: both;
}

Please check your site now. Before checking, don’t forget to clear your cache ( browser cache + caching plugin cache + server-side cache )

Hope to hear from you soon!

Thank You