Tagged: Shop Page, woocommerce
I do not know what is causing the 200 pixel high space between my header and breadcrumbs bar on the Shop page. Please help. See http://fansofwordpress.com/shop/
Thanks in advance for your help! – Perry
Well i don’t know how your page setup is on that page, but there is a product description div. You can get rid on that page by:
.post-type-archive-product #av_product_description {
display: none;
}
but have a look if you havn’t the chance on your shop settings to avoid generating that div
Hi,
Thanks for helping out @guenni007, did you try that out and did you have any luck with it @PerryG?
Best regards,
Rikard
I looked for the div but couldn’t find it. But this worked perfectly. Thank you!
.post-type-archive-product #av_product_description {
display: none;
}