Site logo

Archived topic

Main menu don't show up on tablet

3 replies · Started by Artem on January 9, 2021

Viewing posts 1–4 of 4

Hi there,

the main menu on my website don't show up on tablet devices(IPad). It works perfectly on desktop and mobile though.

I checked the settings but can't figure it out.

Hope you can help me.

Hi there,

look for this CSS:

@media (min-width: 768px) {
    .slideout-navigation .main-nav {
            display: none;
    }
}

And like the other issue - change 768px o 769px

Hey David, thank you it is fixed now! You guys are amazing!

You're welcome

This archived topic is closed to new replies.