Hello,

I've created a subtheme with responsive menu and breakpoints.
I can't find the responsive CSS media queries, where can I find them ?
Is the theme is mobile first ?

Thanks in advance

Comments

selinav created an issue.

Jeff Burnz’s picture

Media queries in theme settings are handled by the Breakpoints module, they are in:

themes/adaptivetheme/at_core/at_core.breakpoints.yml

Note there are roughly similar queries in SCSS:

themes/THEMENAME/styles/uikit/components/partials/_media-queries.scss

Yes the theme is mobile first by default, however that is largely up to you, it depends on how you setup the layout etc.

selinav’s picture

Thank you for your reply.
Finaly I have wrote CSS media queries rules in my custom.css.