Brooklyn theme.
I am unable to discover the breakpoints on mobile, etc.
I don’t believe it’s a direct media query(at least I can’t see it)
I suspect it’s located in the SASS mixins, but experimenting has only brought me heart ache.
if anyone has dealt with this problem I would love to see a solution.
It sounds like the breakpoints might be defined in a SASS mixin, possibly using a function like @mixin respond-to($breakpoint). Have you checked your _variables.scss or _mixins.scss files for any breakpoint definitions? You could try searching for @mixin or @include in your codebase. Also, if your project compiles to CSS, you can inspect the generated CSS file to see the resolved media queries. Let me know if you need help debugging further!
Hi @Laura999 ,
Please send the website link, I will check it for you
It’s two-fold.
First, it’s a media query for class medium-down–hide.
But there is also JS function theme.fitNav which also checks whether menu fits on one line and if not, converts to mobile navigation.