• Resolved ShopGal

    (@svrikkis)


    My products summary description has shifted below the product image instead of next to the image to the right. There is now a big white area to the right of the image. How do I bring description back to correct area?

    Seems to have happened after updating WooCommerce plug in. Thanks for any help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi svrikkis.

    Most likely no one will be able to help you without being able to see the page in question.

    Please post one publicly accessible URL to such example.

    Thread Starter ShopGal

    (@svrikkis)

    Hi, Thank you for replying. I took a screen shot of the problem. The short tail (summary) description should be to the right of the photo in the white area and not below the photo.

    I am not sure why the product listing are displaying differently form the default. Displays this way on all products. This is a site that I am moving to wordpress, so it has not been published yet.

    Thank you in advance for any suggestions.
    Susan

    Thread Starter ShopGal

    (@svrikkis)

    Thanks for the screenshot but without seeing that page live, it is almost impossible to figure out what’s causing the issue, unless someone who happens to be reading this had exactly the same one and knows how it was solved.

    Thread Starter ShopGal

    (@svrikkis)

    The site is live now. You can see that the summary description is below the image, instead of next to it. I appreciate any suggestions that you may have.

    Thanks,
    Susan

    Thread Starter ShopGal

    (@svrikkis)

    Thanks.

    Please try this CSS. Add it to Appearance -> Customize -> Additional CSS:

    @media (min-width-768px) {
    	.single-product .layout-sidebar-right .images {	float: left; width: 42%; }
    	.single-product .entry-summary { float: right; width: 56%; }
    }

    Let me know what happens. ??

    Just to correct myself, the opening line should be

    @media (min-width: 768px) {

    Sorry about that.

    Thread Starter ShopGal

    (@svrikkis)

    Thank You! I will try tonight and let you know how it goes. I appreciate your reply and follow up.

    Thread Starter ShopGal

    (@svrikkis)

    I received a notice that I had to update my “Quick View” plug in and my WooCommerce plugin. After updating these two plugins, the description returned to the correct position. I think this all had to do with the previous WooCommerce update from several days ago. The quickview and the woocommerce must of had some type of conflict.

    Before adding the code, I tried the update. I am going to save the code in case this correction is short lived. Thank you very much for your kind assistance.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Product Short Tail Description Summary moved below photo’ is closed to new replies.