Hey @hlubi,
Log into your WordPress Dashboard, then go to Appearance » Customize » Header » Main Navigation » Mobile Menu and for the “Mobile Breakpoint” set 0.
Thread Starter
hlubi
(@hlubi)
Thank you @brankoconjic , the only downside is that the logo becomes fixed to a smaller size. but the hamburger menu is gone!!
That’s typically handled when mobile navigation is shown, but since you are not using it you can try with custom CSS. Try adding this CSS into the Additional CSS field in Appearance » Customize:
.sinatra-header-layout-3 .si-logo-container .si-header-element {
flex-basis: 100%;
}
-
This reply was modified 5 years, 3 months ago by
Branko.