Login menu in mobile topbar… (old topic)

Posted in: Newspaper
Post count: 53

Hi,
In addition to this code:


@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;
}
}

How can I add more menu items to the right side of Login/Register item?

Thanks for the great support

Post count: 22421

Hello,
Try replacing your CSS code with this one:

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}

This should display your full top menu.

Thank you!

Post count: 53

Hello,

Thanks for the feedback. The code you provided displays the full top menu items, which is not the goal. The goal is to be able to add a NEW menu item to the right side of the “login / register” menu item (on same row). This NEW menu item is not part of the existing top menu items.

Thanks.

Post count: 22421

Hello,

As i understand it, you want to add another menu, a third one, on the same row as the top menu.
If this is the case, then it is not at all easy to do. At the moment there are just 2 menus in the header: the top menu and the main menu. You will need to hire a developer to pull it off and we cannot offer custom work at the moment as we work hard on the development, updates, fixes and support, but you can hire a freelancer from sites like http://studio.envato.com/

Thank you!

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