Add login form widget to main menu

Posted in: Newspaper
Post count: 5

Hello, i would like to add login form widget to main menu. Mobile version of my website doesn´t display top menu bar like desktop version. Are there any option to display top menu bar under mobile version or add login form to main menu? Thanks in advance, sorry for my poor english.

Post count: 3343

Hi,
You can’t add it in menu because that works as a Widget.

You can show the top menu on mobile, now is hidden, you can show it adding this CSS in Theme panel -> Custom CSS

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

Hope this help!
Thanks for your message!

Post count: 5

Thanks for your support, that´s solve my problem.

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