Reply To: Sticky top bar
Home › Forums › Agama Pro › Sticky top bar › Reply To: Sticky top bar
February 23, 2021 at 7:00 pm
#29320
Spectator
Hi @Diego,
We fixed the CSS for you! Please paste the below css to your custom CSS styling it will work for you.
/*top-bar menu sticky css start*/
.top-bar-out #top-bar {
display:block!important;
position:fixed!important;
top:0!important;
background-color:#290707!important;
z-index:999!important;
width:100%;
border-top:3px solid #687373;
}
.sticky-header.sticky-header-shrink {
border-top-width:0px!important;
top:48px;
}
/*top-bar menu sticky css end*/
Thanks