I need help please on my product page when on mobile it zoomed out. Please have a look at the screenshot and help me, this is only on product page, all the other pages work fine!
Hi @velrikk
The issue is with that fake reviews section." See what our Customers think."
Try to add in the Custom CSS block of that section this code:
#card-container {
max-width: calc(100vw - 20px);
}
thank you, worked perfectly.
