How to make product description image full width and no boarder

I am currently building this store using Taste theme: https://buyplei.com/products/divoom-beetle-bluetooth-speaker.

I am using a third party app to display the description below the product detail in full page width.

I would like to have the image within description session full width and also remove the boarder come by default with the theme.

Any help? Millions appreciated.

Hello @zoieee

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.rte img {
  border: none !important;
  width: 100%;
}
1 Like

Solved, thank you!!!

1 Like