Comments 1Mark started the conversationFebruary 10, 2015 at 2:09amThe logo looks good (the right size) on the website on my laptop but when I look at it on my mobile phone it is so small. Is there a way to specify a slightly larger logo for mobile. 1Mark repliedFebruary 10, 2015 at 7:00amI found another ticket where you answered it so I am good to go:@media only screen and (max-width: 1000px) and (min-width: 1px) { body header#top #logo img { height: 50px!important; margin-top: -13px!important; }} Sign in to reply ...
The logo looks good (the right size) on the website on my laptop but when I look at it on my mobile phone it is so small. Is there a way to specify a slightly larger logo for mobile.
I found another ticket where you answered it so I am good to go:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
body header#top #logo img {
height: 50px!important;
margin-top: -13px!important;
}
}