Hey there is it possible that the topbar (menu is disablyed trough css) goes down whole scrolling?
Thanks a lot
Hey there is it possible that the topbar (menu is disablyed trough css) goes down whole scrolling?
Thanks a lot
Hi @maik282,
Thanks for reaching out.
With your current setup, yes it’s possible. Please add this CSS to Theme Options > CSS
.x-topbar {
position: fixed;
min-height: 116px;
width: 100%;
}
.masthead.masthead-inline {
min-height: 116px;
}
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.