Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #837070

    Here https://kriesi.at/support/topic/logo-to-the-new-hamburger-menu/ you helped me with editing the hamburger menu,
    but the x-icon and the search icon is not fixed. how can i make it sticky?
    how can i make the background image a bit darker – now i had to customize the menu.

    Thank you very much!

    #838027

    Hey Tobiy,

    I am not seeing the link to your website there. Could you please post it here for us?

    Best regards,
    Victoria

    #838206

    Hi Victoria, sure. It is attacehd:

    #838348

    Hi,

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .main_menu {
        position: fixed;
      }
    
      .html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li {
        background-color: rgba(0,0,0,0.8);
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #838525

    Hi Nikko,

    i am afraid the code does not help.
    The search icon and the “x” aren’t fixed on top left to the logo and when you scroll down the menu these 2 elements are distracting because they overlap the menu elements.

    Best regards,

    Tobi

    • This reply was modified 6 years, 8 months ago by Tobiy.
    #838815

    Hi,

    I just tried different methods but doesn’t seem to find one that works but it seems this only shows up when you scroll over the menu but if you scroll outside the menu you would see the search and burger menu moving towards top and not sticking on the same place covering some menu items.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.