Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #850800

    Hi guys :)

    i have a website

    but in mobile it has the “burger menu”, i don’t want it.

    i need it like this:

    http://ayudachiapas.com

    can you help me?

    #850931

    Hey Bakencio,

    The second site you linked to is not loading on my end, could you check the URL please?

    Best regards,
    Rikard

    #851082
    #851276

    Please, help :(

    #851568

    Hi Bakencio,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
     .responsive #header_main_alternate {
        display: block !important;
      }
      .responsive #header_main_alternate .menu-item {
        display: block !important;
      }
        .responsive #header_main_alternate .av-burger-menu-main.menu-item-avia-special  {
          display: none !important;
        }
        #header_main .av-burger-menu-main.menu-item-avia-special {
          display: none !important ;
        }
        .responsive #top #main .container_wrap:first-child {
          padding-top: 0px;
        }
    
    }
    @media only screen and (max-width: 644px) {
      .responsive #top #main .container_wrap:first-child {
          padding-top: 40px;
        }
    }
    

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

    #851689

    OMFG, thanks!!!!! <3 awesome!

    #851778

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums. Shall I close this thread?

    Best regards,
    Jordan Shannon

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