• Hi, I’m building a child theme for the Twenty Seventeen theme. I’ve changed the position of the nav menu a little bit, and this works fine with a wide screen. However, if I change to a small screen, the nav menu turns grey, and is not working anymore. (only when you are on one of the portfolio pages) I have no clue how to fix this. (this is my first child-theme, so I’m new to all this.) I hope someone can help, thanks in advance! Neeltje

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello nelia

    Just add this in your child style.css or via Appearance/ Customize/ Additional CSS

    .custom-header-media {
        margin-bottom: 0px !important;
    }

    See if this solves your problem.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with nav menu in small screen mode’ is closed to new replies.