Im using integrity stack with pro and id like to make the top header go across the whole screen instead of stopping at the start of the left header. So i want the top header to go over top of the left header basically, hope this makes sense.
Hi Jane,
Thank you for writing in, please inspect your left bar and set a fixed width (px) to it.
Then Inspect your Top bar and add this to its Element CSS area
$el.x-bar {
margin-left: -220px;
}
That -220px is to offset the width of the left bar.
Also, make sure to adjust the Outer Spacing of the left-bar so it’s content won’t overlap with the content of the top bar.
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.