Extra blank space on top of product grid when click on brand
-
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.
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