Header height on product page

Hi there, for some reason, the header height on my product pages is way bigger than it should be. e.g. this product: https://www.mothercityhop.com/product/fitted-t-shirt/, screenshot below. Any idea why?

Hey @muriel,

That’s the area for the shop title. You can previously disable it by turning off the breadcrumbs but there’s currently a bug with that option so please add this code in Theme Options > CSS for now.

.x-header-landmark {
    display: none;
}

Thanks.

That works perfectly, thank you so much :slight_smile:

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.