Home › Forums › Trusted Pro › Fixed Top Bar › Reply To: Fixed Top Bar
November 29, 2017 at 9:40 am
#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);
}