Reply To: Hamburger menu mobile Home › Forums › Agama Pro › Hamburger menu mobile › Reply To: Hamburger menu mobile June 20, 2020 at 3:23 pm #27211 ZexModerator Hello, Bart! Insert the following code into Customizing->General->Additional CSS: @media only screen and (max-width: 600px) { #agama-logo .logo-desktop{ max-height: 18vw!important; } } Regards