Site logo

Archived topic

Mobile Menu at custom breakpoint?

20 replies · Started by Chris on July 14, 2017

Viewing posts 16–21 of 21

On mobile you wont see it.
But on pc, you'll see it.

Crop your browser, as soon as you get the mobile menu with the breaking point I choose.

But with "the real" mobile menu, you're right, no line problem.

I'm not sure to understand.

@media (min-width:769px) {
/* CSS here */
}

I change the 769px to 1300px witch is my breakinh point.

What exactly do you want me to match ?

I'm sorry i'm really no coder :s

You need to wrap the menu item hover underline CSS like this:

@media (min-width:769px) {
    /* CSS here */
}

and change the the px number above to the same as the mobile break point. So basically make the hover effect goes away as soon as mobile menu comes in.

Ahhh !! You're right !

Works perfect !

Thanks again for your time ! :)

No problem :)

This archived topic is closed to new replies.