Hi Themeco,
I would really like to separate my topbar from the navbar. I want the topbar above the masthead and the navbar below the masthead. I tried CSS’ing my way out of it but this code
.x-topbar{
position:relative;
margin-top:-500px;
}
Ony moves both of them. How would I accomplish that?
My site is here. I’m using Integrity stack
Thanks