Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello there,
    Hope you’re well 🙂

    try the following CSS code through any custom CSS plugin or Child Theme

    .product .entry-summary{
    	clear: none;
    }

    plus if you wish to align the product image centered then

    #content .product .images img{
    	  margin: 0 auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Product images are not displayed properly’ is closed to new replies.