Home Forums Trusted Pro Fixed Top Bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2951
    marinin61
    Participant

    Hello!
    how to make a fixed Top Bar

    Thanks in advance

    #2953
    Andy
    Keymaster

    To make the top bar fixed so that it does not hide when scrolling down the page, add this in Additional CSS:

    #masthead.scrolled #top-bar {
        padding: 10px 0 10px 0;
        opacity: 1;
        max-height: unset;
        transform: translateY(0px);
    }
    #2954
    marinin61
    Participant

    Thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixed Top Bar’ is closed to new replies.