This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow
Hey there, is there the option to upload a separate logo file for desktop and mobile view? Right now I can only upload one upload file and it is either too big or too small/blurred in desktop or mobile. Right now the size in desktop is okay but in mobile view its far too big ans blurred… Thanks. Best, Stephanie
Hello,
There is no such option, unfortunately. But add the below code to Theme Options > Custom CSS to fix the logo for mobile
@media only screen and (max-width: 992px){
.header-logo img, .header-type-6 .header .header-logo img {
width: auto;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up