Skip to content

Is there an option to show the hamburger left menu by default? #3210

Answered by squidfunk
jrichardsz asked this question in Q&A
Discussion options

You must be logged in to vote

There's no option. You would need to patch the theme and adjust the media queries. For starters:

$break-devices: (
mobile: (
portrait: px2em(220px) px2em(479px),
landscape: px2em(480px) px2em(719px)
),
tablet: (
portrait: px2em(720px) px2em(959px),
landscape: px2em(960px) px2em(1219px)
),
screen: (
small: px2em(1220px) px2em(1599px),
medium: px2em(1600px) px2em(1999px),
large: px2em(2000px)
)
);

const tablet$ = watchMedia("(min-width: 960px)")

Replies: 3 comments 18 replies

Comment options

You must be logged in to vote
4 replies
@saket
Comment options

@saket
Comment options

@squidfunk
Comment options

@saket
Comment options

Answer selected by squidfunk
Comment options

You must be logged in to vote
14 replies
@andrzejdoro
Comment options

@squidfunk
Comment options

@saket
Comment options

@ghudgins
Comment options

@squidfunk
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants