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*

Header navigation fixed only in Desktop version?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80344
    JH
    Participant

    Is it possible fix header navigation only in desktop view? In mobile view it is kind of in the way and would be nice if it disappeares there when scrolling.

    Thanks a lot!

    #80413

    Hi JH,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (max-width: 767px) {
    	.navbar.fixed-top {
    		position: inherit;
    		right: auto:
    		left: auto;
    		top: auto !important;
    	}
    	.site {
    		padding-top: 0 !important;
    	}
    }

    Thanks

    #80427
    JH
    Participant

    Works perfect. Thank you!

    #80435

    Welcome anytime.

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