[Resolved] I like the original non responsive menu

Home Forums Support [Resolved] I like the original non responsive menu

Home Forums Support I like the original non responsive menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #75294
    Pete

    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

    #75301
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #77040
    Pete

    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?

    #77299
    Tom
    Lead Developer
    Lead Developer

    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;
          }
    }
    #77489
    Pete

    Thanks, The side by side menu is awesome if it doesn’t have any dropdowns.

    Where does one place the media css?

    #77490
    Pete

    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

    #77800
    Tom
    Lead Developer
    Lead Developer

    Interesting, can you link me to the page?

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.