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

Horizontal menus are not fully responsive #250

Closed
ItsAsbreuk opened this issue Nov 27, 2013 · 2 comments
Closed

Horizontal menus are not fully responsive #250

ItsAsbreuk opened this issue Nov 27, 2013 · 2 comments

Comments

@ItsAsbreuk
Copy link

When you look at http://purecss.io/layouts/marketing/ and make the screen very small, you see why. Because:

.pure-menu.pure-menu-horizontal > ul {
    display: inline-block;
    height: 2.4em;
    vertical-align: middle;
}

supposes the ul to stay at 2.4em height, which is not apropriate when the li-elements are spread across multiple lines. Eliminating the height -in the marketing example- doesn't work either for the adjecent elements aren't shifted.

@narcis-radu
Copy link

there were several issues on this topic, but were closed in favour of this #142

@ItsAsbreuk
Copy link
Author

@narcis-radu Ah, sorry, I missed that one.
Thx. Will close this ticket

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

No branches or pull requests

2 participants