Site logo

Archived topic

Stop Secondary Menu from Collapsing on small screens

5 replies · Started by jonathan on August 16, 2017

Viewing posts 1–6 of 6

Can you try changing this bit of CSS you've added:

.secondary-navigation .sf-menu>li {
        float: none;
        display: inline-block !important;
}

to this:

.secondary-navigation .main-nav .sf-menu>li {
        float: none;
        display: inline-block !important;
}

Let me know.

Terrific! That worked. Thanks.

No problem!

This archived topic is closed to new replies.