Site logo

Archived topic

no menu on cell phones

7 replies · Started by Torsten on August 30, 2018

Viewing posts 1–8 of 8

oups, I closed the previous ticket too fast, there was still this subject:
On cell phones I don’t need the Menu (which is in a widget on desktop), rather full width with 10px margins.
Thx, Torsten

Hi there,

The site you linked isn't working for me.

Can you double check?

Thanks!

sorry, I moved the domain to the client server, please try https://bit.ly/2N4Smov instead
best,
Torsten

So basically you are trying to hide the menu toggle on mobile?

yes please.
;-)

Try this CSS:

@media (max-width: 768px) {
    .main-navigation {
        display: none;
    }
}

thx a lot, again.
;-)

No problem :)

This archived topic is closed to new replies.