badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

mobile menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61489
    aaron3
    Participant

    Hi there, I have Newscard Pro and I was wondering if there is a way of keeping the bar that appears after you reduce the size to mobile device sizes on the larger sized browser?
    Ideally I would like to keep the bar and the search function abut lose the burger menu. Is that possible?

    Thanks

    #61643

    hi @aaron3,

    Do you mean you don’t want to show the burger menu button in the navigation bar? Burger Menu button will help to show you the navigation menu lists through dropdown way.
    If you hide that Burger Menu Button then your Navigation menu list wont be appear in any way out and you can’t be able to access to the pages of your sites easily.

    In Case if you want to hide the Burger Menu Button from navigation bar then Add below custom CSS code in Appearance > Customize > Additional CSS.

    @media (max-width: 991px) {
    	.navbar-toggler {
    		display: none;
    	}
    	.navigation-bar-top > .container,
    	.search-toggle {
    		min-height: 46px;
    	}
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.