menu bug on mobile phone

Posted in: Newspaper
Post count: 28

Hello again,

yesterday i updated to newspaper v.4.5., i don’t know if the bug was already in v.4.4 but now the menu on a iphone5 looks like that:

http://mobiletest.me/iphone_5_emulator/#u=http://histaminentzug.de/

the menu entries appear on the posts and step out of the actual menu

i am using the classic blog css style, maybe it’s because of that?
i tried already all versions of the menu (normal,sticky,…) with no success 🙁

my website: http://www.histaminentzug.de

Thank you!

Post count: 6600

Hi,

I have checked your site and seems like this happens on all mobile devices and this is because you use the header style 3 with the classic blog stack. Please use this custom css to fix this: http://screencast.com/t/WKT0vHkRs1r or change the header style to use the full width text logo.

@media (max-width: 767px){
.blog-stack .td-menu-wrap #td-top-menu {
display: none;
}
#td-top-search{
right: -20px!important;
top: 3px !important;
}
.td-menu-header .span11 {
width: 85%;
display: inline-block;
}
}

Thanks

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