Closed (works as designed)
Project:
AdaptiveTheme
Version:
7.x-2.1
Component:
Theme Settings
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 16:17 UTC
Updated:
7 May 2012 at 12:17 UTC
Hello,
At the moment there are 3 options on the settings page: Standard, Tablet and Smartphone.
I would like to add an extra option for screens bigger than 1280px.
Is is possible to do so and if yes, what is the best approach?
Many thanks,
Ellis
Comments
Comment #1
Jeff Burnz commentedReally it already exists, it just depends on the media query for Standard layout, and you would set the max-width for it in your responsive styles CSS (aka, manually).
Really wide screen is an edge case (not many people want or will actually use it), in fact I bet if I put it in more people would ask how to disable it, which is why there is no actual setting for it - we try to cut down the complexity in the UI and only support the majority use case.
Comment #2
ellishettinga commentedDear Jeff,
thank you very much for your answer.
You are right to not put it in by default, it's something you need only now and then so it should be added manually in those cases.
I will try it the way you described.
It is the only 'problem' I bumped into until now. The theme is working great and smoothly!
Thanks again,
Ellis
Comment #3
Jeff Burnz commentedCleaning up the issues queue.