Archived topic
Menu breakpoint + nav menu logo problem
23 replies · Started by Daniel on October 27, 2017
Leooooo, thank you, works now! Thank you for all your patience!
The only problem if I open the menu but I think, I cannot do anything with that: https://imgur.com/4dNLjDe
Try adding this:
.slide-opened #site-navigation ul {
display: none;
}
Hi Tom!
Unfortunately it is the same with sticky nav. Maybe because of this arrow... https://imgur.com/w0ajumk
I don't know why is that there
I've added your code here:
@media (max-width: 1100px) and (min-width: 769px) {
and also tried outside of this.
But if there is no solution, I am okay with this... Not that elegent but okay :)
Give this a shot instead:
.slide-opened #site-navigation ul,
.slide-opened #sticky-navigation ul {
display: none;
}
Thank you for all your patience and help! Everything seems to be working now.
Cheers guys! :)
Ohhh, only one thing. I need to translate the site as well. And if the language is switched to english, I dont have the underlined effect. But maybe I can live with this :)
It looks like the CSS you have added required you to add the menu-underline class to your menu item. I'm not seeing that class added to any of the items?
Thanks again. I forgot that I used classes with Leo's help and I did not add these classes to my english menu...
Guys, thank you. and....your patience
Glad we could help :)