Hey there,
Looking at your site, it appears the additional space is coming from the breadcrumb. We have some documentation on how to remove this which should get you want you want!
Hi there,
I’ve added the following css:
.woocommerce-breadcrumb {
visibility:hidden;
}
from the documentation you provided, but that didn’t seem to solve the issue. There’s still a slight difference in the space between the header on the front page versus post/page pages. There’s a much larger gap on the cart and my account pages that I can’t quite figure out either.
Try this code:
.storefront-breadcrumb {
visibility:hidden;
}
Try:
.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
padding: 0;
}