[Resolved] Top Bar Disabled On Mobile

  • Author
    Posts
  • #11132

    AliPro
    Participant

    Hi 🙂

    How to disable top bar on mobile?:)

    #11139

    Andrew Misplon
    Keymaster

    Hi 🙂

    Please, try adding the following to Customize > Additional CSS or the Custom CSS location of your choice:

    @media (max-width: 768px) {
    	#top-bar {
    		display: none;
    	}
    }
    #11147

    AliPro
    Participant

    it works!!! 🙂 Thank you!

    #11149

    Andrew Misplon
    Keymaster

    Glad to hear that helped. All the best.

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

You must be logged in to reply to this topic.

Scroll to top