Home › Forums › Support › Resize mobile logo This topic has 7 replies, 3 voices, and was last updated 4 years, 2 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 22, 2021 at 11:55 pm #1904985 Gerrit Hi, Im trying to resize the mobile logo for my page, but I cant figure out how. This is the css I used: @media(max-width: 768px) .site–logo.mobile-header-logo{ height: 100px !important; width: auto; } But this didnt work. How do I change it? Thanks. https://klimaposten.no August 23, 2021 at 12:00 am #1904991 ElvinStaff Customer Support Hi there, Try this: @media (max-width: 768px) .site-logo.mobile-header-logo, .site-logo.mobile-header-logo img { height: 100px !important; width: auto !important; } } August 23, 2021 at 12:06 am #1904993 Gerrit That did not seem to help. Any other suggestions? August 23, 2021 at 12:19 am #1904999 ElvinStaff Customer Support Ah right my bad. I’ve updated the CSS on the previous reply to correct the syntax issue. You can try it again. See it in action here – https://share.getcloudapp.com/X6uldkGQ August 23, 2021 at 12:24 am #1905001 Gerrit Thanks, I can see it works through your link, but when I check on my iPhone the logo is still tiny..? August 23, 2021 at 5:18 am #1905268 DavidStaff Customer Support Hi there, try this CSS: #mobile-header .mobile-header-logo img { height: 100px; width: auto; } August 24, 2021 at 12:16 am #1906261 Gerrit Perfect, that worked! Thank you. August 24, 2021 at 4:52 am #1906518 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In