Top Menù – Mobile Version

Posted in: Newspaper
Post count: 6

Hi,

when I use the mobile version, I need to also view the Top Menu items, now I can only see the items of Header Menù.

My website is http://fisrabruzzo.it/

How can I do?

Thanks and regards!

Post count: 20688

Hi,

The top menu will not be displayed on mobile. It could be made to appear with custom code, like this for example
https://www.screencast.com/t/F4Uj2zte22H
This is the code used, enter it in Theme panel->Custom CSS

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

Thanks

Post count: 6

Thanks Simion, in this way is perfect!

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