Change the logo for Mobile version
-
Hello to all! I would like to ask, is it possible to change the width and height of the website logo only for mobile devices?Tried with this one;
@media only screen and (max-width: 981px) { #logo { content: url("https://yourwebsite.com/mobile_logo.png"); } }
It doesn’t working. Any other ideas?
PS: I am using the Inspiro theme.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change the logo for Mobile version’ is closed to new replies.