I have moved from Uber to Alumni and am in the middle of designing the homepage.
How do i make the red topbar stay visible on all devices? It appears if the position topbar-right is used, but i am using the position topbar.
I tried this code but it did not work:
.t3-topbar {
position: static;
}