Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #812815

    Can someone help me with the following:

    You once helped me with the following issue:
    https://kriesi.at/support/topic/delete-logo/

    But… I think the offered solution is causing the mobile menu to disappear. Can someone please help me get the mobile menu back? :-)

    Thanks in advance!

    #812825

    Hey Marjoleinvk,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .container.av-logo-container {
        display: block;
      }
    
      .responsive #top .logo {
        display: none;
      }
    
      #top #advanced_menu_toggle {
        position: absolute;
        top: 40px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #813599

    Worked like a charm! Thank you so much! :-)

    #814015

    Hi Marjoleinvk,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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