Hamburger Menu Dropping Down A Position On Tablets And Mobile - Question | JoomShaper

Hamburger Menu Dropping Down A Position On Tablets And Mobile

MH

Matt Hunt

Helix Framework 1 year ago

Hi, I've a situation where I've got the logo on the menu bar, with a layout of 2+10. It looks fine on a desktop but for mobile and tablets, it forces the menu (hamburger) to display below that menu bar even though there seems to be a ton of space available for it.

Please advise how I can get that to display where it should.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #165270

Hi Matt,

is that a Custom Header (set by you, or premade) ??

if 1st answer, set Grid for Phone view col-sm-6 / col-6 for each column (Logo and Menu).

info_3009_2024.png

0
MH
Matt Hunt
Accepted Answer
1 year ago #165279

Thanks Paul!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #165328

You're welcome.

Please also use that:

@media (max-width: 580px) {
  #offcanvas-toggler {height: 40px;line-height: 40px;}
    }
0