Woocommerce gallery slider doesn't display all images in same position

Hi,

I don’t know why Woocommerce slider is fine with “Product Image” but doesn’t display images of “Product Galley” on their correct position.

Product Image:

Images of Product Gallery:

You may visit it here.

Any guidance would be appreciated.

Regards
Omid

Hi @omid020,

Thanks for reaching out.

This is an issue with our theme, the culprit is one of our css files in Pro. I already added this to our issue tracker so that our developers are well aware of the issue and they will be able to fix it. I will give you a temporary fix about your issue.

Please add this CSS code in your Pro > Theme Options > CSS

.woocommerce div.product .images figure [data-thumb]:nth-child(n+2) {
margin: 0;
}

Hope that helps.

Thank you.

1 Like

Thanks a lot! Solved.

@omid020,

It’s our pleasure to help you.

Thank you.

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