Home › Forums › Support › Logo small on mobile view This topic has 1 reply, 2 voices, and was last updated 2 years, 2 months ago by Fernando. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 31, 2022 at 12:55 pm #2299135 johnzoro i can’t seem to change the size of the logo on my website when it’s on mobile view? I would like to make it bigger as it’s very small July 31, 2022 at 6:27 pm #2299256 Fernando Customer Support Hi Johnzoro, You have this code in Customize > Additional CSS: @media (max-width: 768px) { .site-header .site-logo:not(.sticky-logo) { margin-left: 20px; margin-bottom: 10px; } .site-logo:not(.sticky-logo) img { max-width: 100px; } } The max-width: 100px rule is limiting the size of the logo. Try increasing its value. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In