Insert image into Product Description with Pipeline Theme

Hello I’m having trouble inserting an image into product description. I have pipeline the me. The image is going to right or left and it won’t allow me to put text alongside it.
I have some text then I want to insert an image then have more text. But the image will not center. Any thoughts?

Hi @Healthhomesolut ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Hi @Healthhomesolut ,

Go to Assets > theme.css and paste this at the bottom of the file:

#description-main .accordion-content__entry{
	text-align: center;
}
#description-main .accordion-content__entry * {
    text-align: left;
}

Hope it helps!

Ok thank you! I inserted the image and it is just aligning to right.

Hi @Healthhomesolut ,

Please send your site and if your site is password protected, please send me the password. I will check it.

Hi @Healthhomesolut ,

With the current description, you need to change the code style in the description, it will work fine. Refer

Hope it helps!