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*

Navbar menu on mobile not scrolling

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #61540

    hi @y,

    Thanks for helping us identifying the issue. We will fix the issue soon in the coming update. If you want of scroll the menu along with the site in the smaller screen views then go to Appearance > Customize > Additional CSS and paste the below custom CSS code.

    @media (max-width: 991px) {
    .navbar .sticky-wrapper {
    	padding-top: 0 !important;
    }
    .is-sticky .navigation-bar {
    	position: initial !important;
    	top: auto !important;
    	right: auto;
    	left: auto;
    }
    .navbar .is-sticky .navbar-collapse {
    	overflow: visible;
    }
    .navbar .sticky-wrapper.is-sticky .navbar-collapse {
    	max-height: inherit !important;
    }
    }

    Thanks

    #61548
    y
    Participant

    Thank you. This worked.

    #61564

    Welcome anytime @y

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