• Resolved debbieahuis

    (@debbieahuis)


    I was wondering if the topbar can be displayed as a dropdrown menu for mobile view.
    I have my main menu displayed in the topbar and because of that it becomes a very big when you view my site on a mobile device.

    Hope anyone knows a solution? I can’t find it in other posts…

    Site link: https://www.wishesfromthemoon.nl

Viewing 2 replies - 1 through 2 (of 2 total)
  • no the topbar menu isn’t design to be the main menu. You can hide it for mobile and use the mobile menu by assigning a menu to the mobile menu, then using this css to hide the topbar on mobile:

    @media (max-width: 992px) {
    .topbarmenu ul {
    display:none;
    }
    }

    Kadence Themes

    Thread Starter debbieahuis

    (@debbieahuis)

    Works perfectly!

    Thanks you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can topbar be a dropdown menu in mobile view?’ is closed to new replies.