Active
Project:
AdaptiveTheme
Version:
8.x-2.0
Component:
CSS/HTML
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2017 at 15:03 UTC
Updated:
8 Dec 2017 at 08:41 UTC
Jump to comment: Most recent
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
Comment #2
Jeff Burnz commentedMedia queries in theme settings are handled by the Breakpoints module, they are in:
themes/adaptivetheme/at_core/at_core.breakpoints.ymlNote there are roughly similar queries in SCSS:
themes/THEMENAME/styles/uikit/components/partials/_media-queries.scssYes the theme is mobile first by default, however that is largely up to you, it depends on how you setup the layout etc.
Comment #3
selinav commentedThank you for your reply.
Finaly I have wrote CSS media queries rules in my custom.css.