Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deactivated WooCommerce causes extra header margin #39

Closed
RiaanKnoetze opened this issue Oct 9, 2017 · 2 comments
Closed

Deactivated WooCommerce causes extra header margin #39

RiaanKnoetze opened this issue Oct 9, 2017 · 2 comments
Labels
type: bug The issue is a confirmed bug.

Comments

@RiaanKnoetze
Copy link

Ticket: 723759-zd-woocommerce

When WooCommerce is deactivated, there is an extra margin below the header. Compare the following:

WooCommerce Deactivated

http://cld.wthms.co/3U4Xi6
Full Image: http://cld.wthms.co/3U4Xi6+

WooCommerce Activated

http://cld.wthms.co/CTSGQk
Full Image: http://cld.wthms.co/CTSGQk+

@RiaanKnoetze RiaanKnoetze added the type: bug The issue is a confirmed bug. label Oct 9, 2017
@GlennMartin1
Copy link

an almost identical issue exists in Deli, as well.

@RiaanKnoetze
Copy link
Author

Temporary workaround is to add the following custom CSS under Appearance > Customize > Additional CSS:

body.no-wc-breadcrumb .site-header {
    margin: 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The issue is a confirmed bug.
Projects
None yet
Development

No branches or pull requests

2 participants