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

Jeff Burnz’s picture

Really 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.

ellishettinga’s picture

Dear 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

Jeff Burnz’s picture

Status: Active » Closed (works as designed)

Cleaning up the issues queue.