Shop Categories

X

Reply To: Big logo on mobile version

Home Forums Agama Pro Big logo on mobile version Reply To: Big logo on mobile version

#26896
Zex
Moderator

Hi, Maddy!

Here is the code to fix that problem:

@media only screen and (max-width: 715px) {
#agama-logo .logo-desktop{
    max-height: 23vw!important;  
    }
}

Change the max-height value per your wish.

Regards