Main navigation in responsive view

  • Unknown's avatar

    Hello,

    I’m currently using the Goran theme and so far, everything looks great. My only problem is the way the main navigation looks in tablet and mobile views. Is there a way to change this?

    The blog I need help with is: (visible only to logged in users)

  • You have this style that is not wrapped in the media query that is messing up the menu bar on tablet/mobile views.

    #site-navigation {
        width: 650px;
    }

    I did not understand what is this rule for. So please either let it go or wrap it in the appropriate media query.

  • The topic ‘Main navigation in responsive view’ is closed to new replies.