Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

FoundationPress Top Bar Hidden by Wordpress Admin bar when logged in. #26

Closed
manwithacat opened this issue Apr 10, 2014 · 3 comments
Closed

Comments

@manwithacat
Copy link
Contributor

If you're logged in on a small device, the FoundationPress Navbar is covered by the Wordpress navbar.

I've got no idea why the wordpress navbar drops down, but two options to solve it are to set top:-46px on the #wpadminbar container, or override Wordpress' media query in /wp-includes/css/admin-bar.min.css to use relative positioning

media="all"
@media screen and (max-width: 600px)
#wpadminbar {
position: absolute;
/* Override with relative positioning to solve overlap? Does it cause other issues? */
}

navbar-issue

@dpindrys
Copy link

Thanks JM!

@dpindrys
Copy link

Alternatively, there's an option to turn off the WP toolbar by clicking out off "Show toolbar when using site" in the Users > Your Profile in the admin section.

@olefredrik
Copy link
Owner

Issue #26 is a duplicate of issue #8 . Thank you for your input anyway 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants