Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello emilyfranceschini,

    Try adding the code below to your theme’s style.css file. It will be hidden on large screens.

    @media (min-width: 1025px) {
      #tinynav1 {
        display: none;
      }
    }

    That dropdown menu is meant for smaller screen so it will be displayed on mobile visitors of your site.

    Hope it helps! 🙂

    Best Regards,
    Calvin

    Thread Starter emilyfranceschini

    (@emilyfranceschini)

    Thanks Calvin!

    Unfortunately it didn’t change anything when I tried to add that to the style.css file.

    Hi @emilyfranceschini,

    Working with Calvin here, I’m able to see the adjustment added to your style.css file. Yet I don’t see any drop-down menu except when the browser window is very small.

    Are you maybe seeing a cached version of the site? Could you perhaps try viewing through another browser or computer?

    If you’re still seeing the menu, could you possibly share a screenshot (you can use free services like Dropbox or Google Drive) of what you’re seeing?

    Thanks,
    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Drop Down from Nav Bar’ is closed to new replies.