Site logo

[Support request] Top Bar On Mobile

Home Forums Support [Support request] Top Bar On Mobile

Home Forums Support Top Bar On Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2463967
    Ella

    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

    #2463999
    David
    Staff
    Customer Support

    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;
        }
    }
    #2464007
    Ella

    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

    #2464020
    David
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.