- This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Fixed Top Bar’ is closed to new replies.
Home › Forums › Trusted Pro › Fixed Top Bar
Hello!
how to make a fixed Top Bar
Thanks in advance
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);
}
Thank you !