Site logo

Archived topic

Show secondary navigation content in mobile version

3 replies · Started by Magdalena on January 28, 2019

Viewing posts 1–4 of 4

Hello

I have a Secondary Navigation bar that i am using like a fast contact bar.(Phone and e-mail address)

There's some way to display the content instead of the hamburger icon on mobile devices?

Thank you

Hi there,

try this CSS:

.secondary-navigation .menu-toggle {
    display: none !important;
}
.secondary-navigation ul {
    display: block !important;
}

Hello

Thank you it is working :)

Have a nice day

You're welcome :)

This archived topic is closed to new replies.