Off-Canvas Not Shown On Mobile - Question | JoomShaper

Off-Canvas Not Shown On Mobile

MH

Manfred Hahn

Helix Framework 1 year ago

Hello, on the mobile the menu-item (three bars) is not shown. In the preview of the phon it´s vorrect. if I type on the position, the menu is shown, but in different colours, as I set it up. page is www.turnverein-heilsbronn.de Canvas-menu is in the right supper corner (for typing)

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109947

Danke.

Now you can close topic.

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

Hi Manfred,

I see [=] but your mobile logo is to high :( change settings.


Make sure that you clicked in Template Options > Advanced > Compile SCSS > CSS: Off / then On > Save settings between.

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

Your custom CSS make some mess in mobile view

#sp-header .logo {
  height: 110px !important;
  display: inline-flex !important;
  align-items: flex-end !important;
  padding-top: 5px !important;
}

If any ... this should be used only for Dekstop view, please correct into that

@media screen and (min-width: 990px) {
#sp-header .logo {
  height: 110px !important;
  display: inline-flex !important;
  align-items: flex-end !important;
  padding-top: 5px !important;}
    }

Then it should be better in Mobile view, trust me.

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

Look at your site with virtual disabled classes from custom.css file.

info_756_2023.jpg

Alles klar?

0
MH
Manfred Hahn
Accepted Answer
1 year ago #109946

Aller Klar! Solution perfect and ultrafast! Perfect Job!!!! Thanks a lot...

0