Mobile navigation issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • #18350
    level200
    Participant

    Hi

    I have noticed some issues with the pinboard navigation when viewed on mobile devices such as my smart phone.
    The navigation text flows over the header slider image instead of in the navigation. Any thoughts?

    Site: http://www.northernwild.co.uk

    John

    #18353
    Daniel Tara
    Keymaster

    You are forcing this CSS rule:

    #access a {
    height: auto;
    }

    If you need it at least wrap it in the following media query:

    @media (min-width: 768px) {
    #access a {
    height: auto;
    }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.