[Resolved] Menu breakpoint + nav menu logo problem

Home Forums Support [Resolved] Menu breakpoint + nav menu logo problem

Home Forums Support Menu breakpoint + nav menu logo problem

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #416229
    Daniel

    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

    #416428
    Tom
    Lead Developer
    Lead Developer

    Try adding this:

    .slide-opened #site-navigation ul {
        display: none;
    }
    #416461
    Daniel

    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 πŸ™‚

    #416611
    Tom
    Lead Developer
    Lead Developer

    Give this a shot instead:

    .slide-opened #site-navigation ul,
    .slide-opened #sticky-navigation ul {
        display: none;
    }
    #416703
    Daniel

    Thank you for all your patience and help! Everything seems to be working now.

    Cheers guys! πŸ™‚

    #416732
    Daniel

    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 πŸ™‚

    http://poultrytech.whizz.hu/en/contact/

    #416819
    Tom
    Lead Developer
    Lead Developer

    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?

    #416875
    Daniel

    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

    #417209
    Tom
    Lead Developer
    Lead Developer

    Glad we could help πŸ™‚

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.