Site logo

Archived topic

Top Bar On Mobile

3 replies · Started by Ella on December 16, 2022

Viewing posts 1–4 of 4

Hi there,

the Theme hides the Top bar on mobile, as its generally not that responsive, you can unhide it on mobile by adding this CSS:


@media (max-width: 768px) {
    .top-bar {
        display: block !important;
    }
}

Ooh yes, I see. Doesn't look great! Thanks for showing me how to do it however. Much appreciated! Is there a way to add it on on the Menu part - below the normal list (and with a slight gap in between) but on mobile only?

Thanks,
Ella

As you're using the Off Canvas panel for mobile, in Appearance > Menu you can create a separate Menu for it ( set the Location to: Off Canvas ) and include those additional links there.

Or in Appearance > Widgets you can add them to the Off Canvas Widget.

This archived topic is closed to new replies.