Home Forums WoodMart support forum Extra blank space on top of product grid when click on brand

Extra blank space on top of product grid when click on brand

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294817

    Razanfati
    Participant

    Hi,
    When clicking on the brand logo on the single product page the generated shop page has large extra white space on top of the products grid. please see the attached photos.

    Please note this problem does not appear when the products on the shop page are filtered using the filters in the sidebar.

    How I can remove this blank space?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #294928

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .page-description {
        display: none;
    }

    Best Regards

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