Home › Forums › Support › Logo on Mobile This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 10, 2019 at 12:17 am #806398 debbie Hi there. This is my site. The logo appears too big on a mobile phone. Is there code available to make it appear smaller on a mobile device? February 10, 2019 at 8:12 am #806688 TomLead Developer Lead Developer Hi there, You could try this CSS: @media (max-width: 768px) { .site-logo img { max-width: 100px; } } Let me know ๐ February 11, 2019 at 10:56 pm #807983 debbie That worked – thank you very much! x February 12, 2019 at 9:25 am #808515 TomLead Developer Lead Developer You’re welcome ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In