Top bar on mobile menu

Posted in: Newspaper
Post count: 11

Hello guys. Is any way to show the Top Bar menu on mobile menu? Is any other way to show Top Bar on mobile if this is not available?

Post count: 20688

Hi,

The top bar is not available for mobile. However, if you could provide a link to your website I will try and give you a solution, to make it display as you want. This is required in order to be sure that the solution applies and works properly.

Thanks

Post count: 11

OK, what link do you mean that you want?

What are you thinking to do? To add them in main menu and work with CSS?

Post count: 20688

Hi,

The top menu is hidden on mobile, please try this code and it should display the menu on mobile devices
https://www.screencast.com/t/JFTBMiLY
The code must be entered in Theme panel->Custom Css

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

Thanks

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