Separating TopBar from Navbar Integrity

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

Hi There,

Thanks for writing in!
This is something a customisation request, which we usually doesn’t encourage to do, the fact is there is no accountability of custom code as it might have -ve impact to other features.
Coming to your question.
You can certainly do it with CSS. Please remove the CSS that you have add and use this.

body.home .x-topbar {
position: absolute !important;
width: 100%;
top: 0px;
}

If this doesn’t help please take help from a developer to do this as this is something out of our theme support scope.
Hope this helps!

1 Like

Xie Xie, Basanta

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.