Support › Forums › Support (Legacy) › Top bar in sticky header › Reply To: Top bar in sticky header
27/01/2016 at 9:06
#1105
Keymaster
Hello Yaniv,
Unfortunately there isn’t a built-in way to do so, but you can add the following code to Live CSS for the desktop:
#top-bar{
position: fixed;
z-index: 99999;
right: 0;
left: 0;
top: 0;}
.sticky-header{top:40px !important;}
For mobile, you have to first display the top bar, you can use the display:block !important; code.
