• Resolved eyewayonline

    (@eyewayonline)


    The products in the archived / shop pages are not aligned properly. It has been noticed the products with more than one image are behaving in a different way. When I switch from image swap or slider to feature image (in customize=>woocommerce=>archive=>product entry media) in get aligned as ordered way.

    Thumbnail width = 300
    in 1:1 proportion

    please help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Abhishek

    (@abhikr781)

    Hello,

    Tried checking but did not get the issue.
    Can you please share some more details and related snapshots?

    Thread Starter eyewayonline

    (@eyewayonline)

    Please refer to theScreenshot of the shop page

    Abhishek

    (@abhikr781)

    Hello,

    Thank you for sharing the details.
    That seems to conflict with any plugin, please try to disable the cache, optimization, and jetpack plugin and check if you are still facing the same issue or working well.

    Or you can also try the below CSS code.

    .woocommerce ul.products li.product img {
        width: 300px;
        height: 300px;
    }

    PS- Change the width/height values according to need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shop page products alignment issue’ is closed to new replies.