Hello, after activating UberMenu I had a problem that it was flowing into the sites logo.
I fixed this issue with a code on one of the other threads:
/-Make UberMenu Full Width-/
.x-navbar .x-container.max.width {
max-width: 100%;
width: 100%;
}
.x-navbar .x-brand {
margin-top: 13px;
margin-left: 20px;
margin-bottom:30px;
}
But now I’m experiencing that a small portion of the main containers head is somehow floating behind this ubermenu navbar. It’s visible on all posts, where a portion of the main post container and sidebar is wrongly positioned.
Could you please provide me a code that would fix this issue?