Mobile version broken

Posted in: Newspaper
Post count: 19

Hello,
I have been using your theme for quite some time now. Recently I came across an issue after I installed the theme on a new site of mine.

The issue is, the menu is messed up in the mobile version. I tried it from different mobiles and all seems to have this issue. Could you please tell me why this is happening?
Link: http://www.lemonoid.net

Screenshot: http://prntscr.com/6knj6j

Post count: 7909

Hi,

This issue appears because you use Header style 3 with blog stack. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.
So it is better to change the header if you use blog stack, but also if you want to use it like this you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/gHftD9jg3R

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img{
width: 30px;
}
}

Thanks!

Post count: 19

Thanks blogstyle header worked.

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