Show top menu in mobile responsive

Posted in: Newspaper
Post count: 8

Hi.
The theme is awesome. Please tell me how to enable both the top menu and the main menu in the mobile responsive version? I want both the menus to appear there.
Thanks.

Post count: 22421

Hi,
The top menu was hidden on mobile as a design choice but it can be activated through css. Please provide a link to your site so I can provide the proper code.
Thank you!

Post count: 46

I have the same Problem,

My site: http://www.inselleben.es

Thank You

Post count: 46

To jump over the maintance mode use:

User guest
pw guestguest

Post count: 8

Sure. Here is the website.
http://www.app.com.pk

Post count: 23312

Hello all,

If you want to display the top-bar menu on your mobile version, you have to use a bit of CSS code to dod that. Please try the code below and place it in Theme panel->Custom CSS area. Also, please notice that the mobile menu will remain with the same structure because this is the own design for the mobile version and cannot be changed to be displayed as on desktop version, because it is not a simple task and require more additional customizations that involve custom work.

The code is ->

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

Thank you for your understanding!

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