Hi there,
Thanks for reaching out.
I understand you’re experiencing an issue on how your store is rendered on small devices. In most cases, the design or rendering of your store is handled by your theme.
Therefore, you can try correcting this with the help of custom CSS. Here’s a sample code you can alter to fit your specific theme:
@media (max-width: 768px) {
.single-product .woocommerce-product-gallery {
margin-bottom: -50px;
}
}
Should the issue persist, please feel free to reach out to your theme support for further assistance.
All the best.
Thank you for trying. Didn’t fix the issue. I have also reached out to theme for support. Thanks
Hi @digitalmamas,
Glad to hear it.
Your theme support will be able to assist you further in achieving your desired results.
With that said, I’ll go ahead and mark this as solved. Should you have any further questions or concerns, please feel free to reach out and we’ll be happy to assist you.
