Hide top bar

This support request was posted in Smart by Digi

Request ID #33211 Resolved
  • Hello,
    i want to hide the top bar in mobile layout. I tried the :
    @media only all and (max-width: 1023px) {
    #top-bar {
    display: none;
    }
    }
    in custom css file but its not working.

    Juanfra Aldasoro

    Hi,

    Thanks for writing.

    I hope you are doing well. I’ve visited your site and the top bar is not displaying on mobile devices. You have something named “mob menu” but that’s not part of the theme. I don’t know what plugin are you using for that, but that’s the one responsible for showing a top bar.

    Best,
    Juan.

    Hello Juan,

    both the mob menu and the top bar are showing

    View post on imgur.com

    I have created the menu and put it in top bar. I wanted it to show on desktop but not on mobile.

    Regards,
    Andrej

    Juanfra Aldasoro

    Hi Andrej,

    Thanks for the follow-up.

    Ok, so you mean the main header navigation when viewed in mobile. The top bar is something different, it is more similar to what you have done with the “mob menu”

    You can try hiding the main navigatoin menu by using the following CSS:

    @media only all and (max-width: 1023px) {
        #toggle-nav-container {
            display: none;
        }
    }
    

    Best,
    Juan.

    Great, works like a charm!

    Regards,
    Andrej

    Juanfra Aldasoro

    Thanks for the follow-up! 🙂

    I’m glad it’s working.

    Have a nice day,
    Juan.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server