Top menu on mobile screen

Posted in: Newsmag
Post count: 14

Hi,

Is it possible to show the top menu on mobile screens? Right now only main menu is shown (after clicking on the button next to logo)

Thanks!

Post count: 23312

Hello krismali,

Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should try using the code below and place it in Theme panel->Custom CSS Area

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

The result is here -> https://www.screencast.com/t/8eOusSuF73j

Thanks for the message!

Post count: 14

Thanks for the answer. Unfortunately, it didn´t help. I placed the code and the menu didn´t appear on mobile screens. Any other advice?

Post count: 23312

Hello krismali,

Please provide your website URL so I can take a closer look and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 7

i also tried this – still no top bar http://ee0.816.myftpupload.com

  • This reply was modified 9 years by mskeshia.
Post count: 23312

Hello mskeshia,

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

The code is ->

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

Notice that after this code is needed for some additional customizations if you want to bring best results. You should do it yourself because all of these involves custom work and we cannot provide this type of services at the moment, sorry!

Thanks for the message!

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