Archived topic
I like the original non responsive menu
6 replies · Started by Pete on February 15, 2015
I really liked the original menu. It was great when the menu did have a lot of pages and doesn't have any child dropdown pages. Any chance in supplying us the code and css to implement it?
Thanks
Hi Pete,
Not sure what you mean? Weren't you the one who suggested the change? ;)
The only thing that has changed is needing to click the arrow to open a dropdown.
Let me know :)
No, I liked the original menu I just had an issue with the child dropdown mechanism. I really like the parent menu item simply folding under each other without going into the responsive menu.... could you show me the code I could use in my child theme?
That "original" responsive menu was just a bug (where the items were side by side, and not stacked).
You can go back to that, but it will cause issues with the dropdowns.
@media screen and (max-width: 768px) {
.main-navigation .sf-menu > li {
float: left;
}
}
Thanks, The side by side menu is awesome if it doesn't have any dropdowns.
Where does one place the media css?
I reduced the max-width in media.css and it all worked well except... there is a right margin space.. see here.. -> http://snag.gy/S0A1a.jpg
Interesting, can you link me to the page?