Posted by lostminds on January 4, 2013 at 1:59pm
3 followers
Jump to:
| Project: | Panopoly |
| Version: | 7.x-1.0-rc3 |
| Component: | Theme |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Panopoly provides a number of panel layouts that already are responsive. They use media queries to modify the layout with a screen size below 480px.
My question is: Is it possible to change this screen size? Our theme uses slightly different screen sizes for the responsive layouting of the rest of the page so it would be great if the media breakpoints would match.
I know how to create new layouts that break on different screen sizes, but how can i modify the already existing ones panopoly provides?
Comments
#1
Great question. This setting is in the various CSS files for the layouts. It is possible to update it, but you would need to write CSS queries to override the standard layouts. Do a "grep -r max-width panopoly_theme" to see all the places you need to change.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.