Top Bar Menu on mobile

Posted in: Newspaper
Post count: 2

Hello! I have 2 menus in the web site, the main menu and the top bar menu.
In the desktop version I can see the top bar menu, but from a mobile device the top bar menu disappear (i can only see the social icons). What can I do? Thanks 🙂

Post count: 59

Same problem

Post count: 23312

Hello lucchinifederico,

Please notice that’s the style for mobile devices for Top Bar menu. The top bar with Social Networks icons will be displayed when the Main menu button will be pressed, as you can see here -> https://www.screencast.com/t/yZlU9JqZ
You can provide your website URL so I can take a closer look at it and also, so I tried to provide a code to display the full top bar on the mobile version.

Thanks for the message!

Post count: 2

Hi Catalin, thanks for replying, but I don’t use the new mobile version of the theme, but just the responsive one. The link is http://www.vivimarbella.com. Thanks for helping me 🙂

Post count: 23312

Hello lucchinifederico,-

You should use the code below and place it in the Theme panel -> Custom CSS are.

@media (max-width: 767px){
.td-wpml .menu-top-container .top-header-menu > li {
display: inline!important;
}
}

The result is here -> https://www.screencast.com/t/5wvDmL8j0oHX

Thanks for the message!

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