Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1207710
    Mia Magwari
    Guest

    Hello there,

    Please check our stagging site and try to minimize to the window screen and you’ll see that the logo or the navbar is not responding according to the screen size.

    Please advise.

    #1207915

    Hey Mia Magwari,

    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: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Yes, the logo remains the same size, you can have the burger menu at 1024px with the code above.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1208046
    Mia Magwari
    Guest

    Thank you so much for that :)

    #1208173

    Hi,

    Glad Victoria could help! :)

    If you have any other questions or issues, please register to our support forum using your purchase code – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo does not resize according to the size of the desktop screen’ is closed to new replies.