Hi,
the problem is not with image, but with title.
This title is longer other ones and moves to the second line (is located in 2 lines ). You can rename the title and make it shorter (in 1 line).
Or put the custom css to make the title field equal for all products:
.woocommerce ul.products li.product .woocommerce-loop-product__title {
height: 40px;
}
Thread Starter
kword
(@kw56)
Amit, thanks for reply. I’ll be waiting for the update.
Thread Starter
kword
(@kw56)
Demo store: https://store.oceanwp.org/
Click on Flowy Blouse quick view to see the wrong url customer review (link not working)
You need to add custom code to file /template-parts/page/content-front-page-panels.php
Thread Starter
kword
(@kw56)
I’ve solved this problem.
Replace in file “front-page.php”:
get_template_part( ‘content’, get_post_format() );
with
get_template_part( ‘content’, ‘single’ );