Hi i didnt realise until now, but my logo is not displaying on mobiles.
It is set on style 1 (logo + ad) menu with the menu hidden.
Please have a look http://www.factsar.com
Hi,
I have checked your site and saw that you don’t have any menu, this is the reason way you don’t have any logo on your mobile. On mobile the logo drops down in the menu bar, so if you don’t have a menu bar you don’t have a logo.
To fix this add this custom CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.header-logo-wrap img {
display: block !important;
}
}
Thanks
Thanks for the update but that’s still not working 🙁
any other ideas?
Hi,
Should work http://screencast.com/t/BekBMiwAD
Please make sure you add and have both custom CSS I gave you in Theme Panel > Custom CSS. I will add them again here:
@media (max-width: 767px){
.header-logo-wrap img {
display: block !important;
}
.header-logo-wrap {
display: block !important;
}
}
Thanks
oh sorry, i misunderstood your previous post. i thought it was replace one with the other.
It works great now, Thx !
Hi,
I also checked this and seems to be an issue with style 3 and style 6 as there is not loaded a logo for mobile and z-index of td-affix class(sticky menu) is bigger than logo image: http://screencast.com/t/5XTdZcYnk – http://screencast.com/t/GQPOgPa5r
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/0kON40iWn
@media (max-width: 767px){
.header-style-3 .td-logo img {
z-index: 10000 !important;
}
}
Also please note that it will be fixed in Newspaper 5, sorry for inconvenience!
Thanks!
Hi,
The header style 3 and 6 was designed like this to not use mobile logo, but like I said all header styles will be changed in Newspaper 5.
Untill the you can try to make this change in menu-header.php file – http://screencast.com/t/2S3dTDOoo8u and now you can upload mobile logo – http://screencast.com/t/tMwGGtAbIOh this will be used on mobile devices.
Thanks!