Part of my product text is appearing to the right of image

Hi,

With your help, I’ve done some customizing of my product listings so that the Amazon image ad appears in the primary description (I’ve disabled the short description) and it’s all been moved to the center but unfortunately, part of the text description is appearing to the right of the image ad and the rest is below it. I want the text to appear only below it. Is there some way to do this? Here is the URL to one of the products so you can see what is going on: http://fibromyalgiashop.com/product/ezyabsorb-gluten-free-berberine-500mg-90-veggie-capsules/
Thank you

Hello @chevril,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to fix the text that’s appearing alongside image:

.single-product .summary p {
    clear: both;
}

Thanks.

1 Like

Thank you, it works perfectly.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.