Logo overlapping on mobile

Posted in: Newspaper
Post count: 2

Hello guys, I’m having a problem and I would like some help from you guys.

The logo of my website (www.feztacomz.com.br) on mobile is over the menu and content really messing up the layout. From what I’ve read so far here in the forums it happens only on header-style-3 and header-style-6.

I know devs are looking to change this maybe in the future but I reaaaally need some sort of solution in the meantime.

Only not showing the logo on mobile would be more than fine for me, is there any way of doing this? Any other suggestions?

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css to fix this: http://screencast.com/t/1T80gZcxxx

@media (max-width: 767px) {
.header-style-3 .td-logo img {
top: 0px !important;
max-width: 75px !important;
}
}

Thanks!

Post count: 2

Alin, thanks for the fast reply.

It’s weird that when I put this on Custom CSS it doesn’t work. It seems that nothing I put there works actually. I’m sure its my mistake somewhere, maybe something that I changed messed up with this feature.

Anyway I was able to change directly on style.css and its working now. Really appreciate your help!

Post count: 6600

Hi,

Make sure that you also empty all caches after changing theme’s settings. If this doesn’t help check if the theme is actually saving settings. Some hosts block access to the admin-ajax.php file when saving your settings and with that file blocked the theme can’t save your settings.
If this is your case contact your host provider and let him know about this issue.
You could easily identify if this is happens in your case by checking you browser’s console while saving your settings.

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.