No Login Botton in Small Screens

Posted in: Newspaper
Post count: 45

Hi,

In your theme it shows LOG IN button at TOP RIGHT in Desktop version but not in the mobile version. It is very necessary for us to use this in MOBILE version.

Kindly suggest

Thanks Sanny

Post count: 7909

Hi,

Unfortunately the top menu was not designed for mobiles and that’s why it is hidden, you can add this custom css to display it also on mobiles but you may need some additional customizations for menu items that may drop on more rows – http://screencast.com/t/rHnQKiUT a solution will be to hide the menu items and display only Log in/Register widget – http://screencast.com/t/GUicjaLKq5Ze

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

Thanks!

Post count: 45

Thanks, it worked.

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