Logo not displaying on mobile

Posted in: Newspaper
Post count: 19

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

Post count: 6600

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

Post count: 19

i’ve added the code but still no logo on mobile

Post count: 6600

Hi,

Please add this custom CSS in Theme Panel > Custom CSS:

@media (max-width: 767px){
.header-logo-wrap {
display: block !important;
}
}

Thanks

Post count: 19

Thanks for the update but that’s still not working 🙁

any other ideas?

Post count: 6600

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

Post count: 19

oh sorry, i misunderstood your previous post. i thought it was replace one with the other.
It works great now, Thx !

Post count: 7

Hello,
I have the same problem.:(
When my page is loading, i can see the logo but when the page finish loading, the logo disappear.
I can see it but it’s behind the menu.
I have the header style 3 and always snap.
Can you help me thank’s.
Martin

Post count: 7

Here is my website: http://chictonique.com/
🙂

Post count: 7909

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/5XTdZcYnkhttp://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!

Post count: 7

Thank’s for your answer. It work’s but when i schroll down the logo goes up with the content.
Can you check this please ?
🙂

Post count: 7909

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!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.