In Oxygen, you can create Custom Breakpoints in the event you need something beyond the default Breakpoints.
Certain Oxygen elements and controls have Show At and Hide At dropdowns that show the built-in breakpoints. By default, the elements that use these dropdowns support the built-in breakpoints.
In Oxygen, you can toggle the Include Custom Breakpoints in Breakpoint Dropdowns to include your own custom breakpoints in most of these dropdowns. This is done in Oxygen by going to Oxygen Menu > Preferences > UI Settings.
Oxygen allows you to specify widths that will be used to generate the CSS that will be used as the media query for your custom breakpoint.
As you can specify any combo of widths, Oxygen and 3rd party element developers can’t anticipate every scenario, including but not limited to:
Therefore, there is no guarantee Show At, Hide At, Stack Vertically At or any other functionality in an element included with Oxygen or developed by a 3rd party element developer will work with your specific custom breakpoint configuration.
Additionally, Settings > Hide On Breakpoint will never show custom breakpoints. As your custom breakpoint may not have a min or max width, it would not be possible to hide on that breakpoint only – the element would be hidden on all breakpoints matching your media query. Instead, apply `display: none;` in custom CSS or at Settings > Advanced > Wrapper > Layout to hide at all media queries matching your custom breakpoint.
No support is provided for unexpected behavior related to conflicts between your custom breakpoints and an element’s generated CSS. You are responsible for your generated CSS.