Hi Team,
the logo overlaps in desktop, like I want it to be. With this css code:
.logo {
top: 15px;
}
But it doesn’t work on mobile. Waht do I need to add for that?
http://wp.sustainability-intelligence.de/
Thanks and cheers,
Jan :)
Hi Jan!
You need to target it on mobiles.
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
You can pick which size you want to make it work! :-)
let us know if you have more questions for us!
Best regards,
Basilis
Hi Basilis,
thank you, I know that. But if I use the same code with mobile (“@media only screen …” ) it doesn’t work. Why is that?
Thanks,
Jan :)