Top Menu in mobile View

Posted in: Newspaper
Post count: 4

Hi,

Is it possible to have the Top menu still visible when the theme breaks into mobile/ 1 column/ responsive menu view.

Thanks
David.

  • This topic was modified 9 years by ACBC-C.
Post count: 20688

Hi,

You can make the top menu display in those conditions using this code, just enter it in Theme panel->Custom Css

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

Result – https://www.screencast.com/t/TAEqVmya

Thanks

Post count: 4

Hi Simon,

Thanks for the help, I tried the code but with no success, cleared all browser caches to make sure it was updated correctly.

We are using Hybrid Menu 2 and we are not using the mobile theme.

Anything else that i may be doing wrong or can try?

Thanks
David

Post count: 20688

Hi,

Try this code, it should work now for header style 8 also

@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-top-menu,
.td-header-style-8 .td-header-sp-top-menu {
display: block!important; }
.td-header-style-8 .td-header-top-menu {
margin-left: 0!important;
width: 100%!important;
}}

Result – https://www.screencast.com/t/BBY2CMidx5JF

Thanks

Post count: 4

Thank you for your time, this worked a treat.

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