Burger Menu (Off Canvas) Not In Same Line - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Burger Menu (Off Canvas) Not In Same Line

M

merique

Helix Framework 4 years ago

Hello everybody We´re just in the finish line of our next project made with helix ultimate. We just have one problem in the responsive view of the header and did not get it fixed. I hope you guys can help us out.

The Website is temporary find on our server http://gs2020.dsn71.com/ Joomla and all components/plugins are up to date.
When you look on a mobile device the logo and the burger menu are not in the same line. It looks horrible. We delete any Custom CSS to check and be sure that there should be not any issue..

Thanks, Meric

0
2 Answers
M
merique
Accepted Answer
4 years ago #28401

oh, something more: We have "Sticky Header" active, but it disapear as soon as you scroll down the page

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #28407

Hi there,

Thanks for contacting us. Sorry for the inconvenience. I have added css code inside the custom.css file to solve the logo issue. Besides, sticky header does not work for HTTPS resource loading problem of Helix. Please contacting your hosting provider.

@media screen and (min-width: 320px) {
.logo img.logo-image-phone.d-inline-block.d-lg-none {
    margin-top: 20px;
}
}

@media screen and (max-width: 375px) {
.logo img.logo-image-phone.d-inline-block.d-lg-none {
    margin-top: 33px;
}
}

Screenshot at Aug 18 16-15-26.png

-Thanks

0