HI all,
I have problem with a custom logo in Ja Simpli template. I'm using custom logo 722x170 px, through theme customizer.
As you can see from first PrtSc on desktop version everything is ok:
But when I switch to mobile view, with Chrome on my mobile phone, and Opera on PC with developer tools I have:
And finally on the PC with Chrome and developer tools:
I have part of custom css code from other threat for logo:
@media (max-width:468px) {
a.logo strong {
width: 100%!important;
background-size: 100%!important;
So, my question is, how to get logo responsive on phone view, for all browsers?
Thanks in advance!