Hi,
Can you please send me url? For theme hook, it may happen.
Thanks
This is your theme hook issue.
By default your theme call woocommerce default image gallery hook. And again you create single product page using page bulder.
SOLUTION:
1 = >Add this css:
.single-product .rtwpvg-product > .rtwpvg-images {
display: none;
}
2=> From the setting set the gallery width 100% or 98%
Hope this will help your issue.
Thanks
Hi,
I am making this topic as resolved. If need reply me.
Thanks