Reply To: Floating navbar problem

Home Forums Support Floating navbar problem Reply To: Floating navbar problem

Home Forums Support Floating navbar problem Reply To: Floating navbar problem

#107030
Adrian Cojocariu

Nah, the script loads pretty slows, the servers aren’t the best, and it also messes up if someone zooms on PC, because it won’t return to it’s initial state when you zoom out.

Thx for coding it though, hard work.

I kinda came up with something in CSS, like this.


@media (max-width:915px) {
.nav-float-right .main-navigation {
float: none;
margin-bottom: 20px;
}
.site-header {
text-align:center !important;
}
}

But … in the customizer, I have the option to select if the navmenu is Above Header, Below Header, or Floating Right.

Can you come up with some CSS @media 915px so that I transform it to Below Header ?

This way it will go below the header, the header image will be centered, and the navmenu centered as well. ?