Home Forums WoodMart support forum Product Grid Layout Issue on Shop Page – Products Partially Visible

Product Grid Layout Issue on Shop Page – Products Partially Visible

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #602016

    inaktif2004
    Participant

    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 2 months, 1 week ago by inaktif2004.
    Attachments:
    You must be logged in to view attached files.
    #602126

    Hung Pham
    Keymaster

    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,

    #602152

    inaktif2004
    Participant

    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.

    #602388

    Hung Pham
    Keymaster

    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,

Viewing 4 posts - 1 through 4 (of 4 total)