Reply To: Big logo on mobile version Home › Forums › Agama Pro › Big logo on mobile version › Reply To: Big logo on mobile version May 29, 2020 at 1:26 pm #26896 ZexModerator 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