Logo on top of menu in mobile

Posted in: Newspaper
Post count: 27

Hi,

I have a problem with mobile logo:

I have set my header style as Style 1. No designated mobile logo. At the moment in mobile (iPhone 4S) my logo and menu icons are on top of each other = in mobile it’s not possible to use the main menu.

What should I do? Thanks for quick reply!

http://kerranelamassa.fi

Post count: 27

P.s. I tried with a smaller mobile logo, but then the logo doesn’t scale = looks weird when phone is used horizontal vs. vertical.

Post count: 6600

Hi,

You can fix this using this custom css in theme panel > custom css filed: http://screencast.com/t/teoCt4qNPSx

@media (max-width: 500px) {
.mobile-logo-wrap img {
max-width: 50%;
}
}

Thanks

Post count: 27

Super, works perfect!

Thanks again 😀

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