• Hello,

    I’d like to report a bug on the navigation menu. When the page is wide enough the menu is on the left, but if not it moves to the top, right? If, when the menu is on top, you click on the menu icon twice (so that the menu is shown and then hidden), and then resize the window so that it’s wide enough for the menu to move to the left, it won’t be displayed. In other words, if you hide it when it’s on top, it will stay hidden when you resize the window. It’s far from a serious bug but, since I was able to replicate it and it seems easy to fix, I thought you’d like to know.

    This happens on the theme preview as well, so you should be able to replicate it easily (unless it’s a browser-specific bug — I’m using Safari 7.0.5 on OSX 10.9.4)

    Also, when a wide window is resized, the following happens:
    > left navigation moves to top
    > content area becomes narrower

    To be honest, I’d like the content area to become narrower first, keeping the navigation on the left. Is there any way to add this as an option? I know little more than the basics of web design, so I can’t say I’d be able to do such change myself.

    Best regards,
    .jp

Viewing 1 replies (of 1 total)
  • Hey,

    I also found that this was an issue. I followed the fix outlined in the comments here.

    Basically just add:

    @media (min-width:1199px) {
    #site-navigation {
    display:block !important;
    }

    to the template.css file (in assets/css/).

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘disappearing menu bug’ is closed to new replies.