sticky header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045419
    umbrellamanagement
    Participant

    Hello,
    Is it possible to have a sticky header? On desktop it is sticky, it is visible always on the top of the page if you scroll down.
    But on mobile no. Is it possible to be vissible in the same manner for mobile?
    Thanks!


    #10045424
    Support
    Keymaster

    Change the HTML

    Add CSS:
    (css/custom.css)

    @media (max-width: 991px) {
    	html.dark.sticky-header-active .with-topbar #header .header-body {
    		top: 68px !important;
    	}
    }

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

This topic is marked as "RESOLVED" and can not rceive new replies.