Site logo

Archived topic

Secondary menu always visible.

4 replies · Started by Eugenio on July 20, 2021

Viewing posts 1–5 of 5

Hello, I try to make the secondary menu always visible.

Even on mobile.

I tried this code (and many more) that I found after searching here.

But it does not work.

Secondary menu continues to stack on mobile

@media (max-width: 1300px) {

    .secondary-navigation .menu-toggle,
    .secondary-navigation .mobile-bar-items,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    .secondary-navigation ul,
    .gen-sidebar-nav {
        display: none;
    }

    [class*=”nav-float-“] .site-header .inside-header>* {
        float: none;
        clear: both;
    }
}

Already achieved.
Find an old answer from TOM.

Is it possible to place the search engine (the icon, not the field) in the secondary menu?

Thanks!

You're welcome

This archived topic is closed to new replies.