Archived topic
Top Bar On Mobile
3 replies · Started by Ella on December 16, 2022
Hello! The top bar, above the logo, that you can see on desktop - it won't show up on mobile: https://wordpress-623989-3112390.cloudwaysapps.com Is there any way to get it to?
Thanks,
Ella
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.