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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.