Shop Categories

X

Reply To: Hamburger menu mobile

Home Forums Agama Pro Hamburger menu mobile Reply To: Hamburger menu mobile

#27211
Zex
Moderator

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