Login register topbar menu in mobile

Posted in: Newspaper
Post count: 11

Hi, I am using register/login form in topbar menu. But in mobile, topbar menu is not viewable. What can I do to use register/login form or topbar menu in mobile. Thanks

Post count: 7909

Hi,

Unfortunately the top-bar was not designed for mobile device and it is hidden. You can display the sign in widget on mobile using this custom css in Theme Panel > Custom Css – http://screencast.com/t/XmLAEEm65m

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full .td_data_time, .td-header-top-menu-full .menu-top-container, .td-header-top-menu-full .td-header-sp-top-widget {
display: none !important;
}
}

If the code doesn’t work please provide a link so I can inspect this.

Thanks!

Post count: 11

Thank for your support!. Now topbar menu works in mobile as I want.

Post count: 1

Thank you for your support! ^^

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.