Product Grid Layout Issue on Shop Page – Products Partially Visible
-
Hello,
I recently purchased the WoodMart theme from ThemeForest, and I am facing an issue on the shop page. The product grid layout only fully displays the first 4 products, while the rest of the products appear cut off or partially visible.
I’ve attached a screenshot for reference. Could you please help me resolve this issue so that all products are fully displayed and the layout appears correctly?
Thank you for your assistance.
-
This topic was modified 1 year, 9 months ago by
inaktif2004.
Attachments:
You must be
logged in to view attached files.
Hi inaktif2004,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Hello,
Thank you for your prompt response. I will provide the temporary wp-admin access details as requested in the Private Content area.
In addition to the product layout issue, could you also kindly check the translation problem? Despite translating through Loco Translate, some parts of the website, like the search bar (“Search for products”), still display in English. Your assistance in resolving both issues would be greatly appreciated.
Hi inaktif2004,
Thanks for details.
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
@supports (overflow: clip) {
body.archive{
overflow: visible;
}
}
Regards,