Device Targeting
Column Realignment
The simplest way to make due with less space in a responsive design is to stack all columns vertically instead of side by side. This is a common thing that most responsive themes do. We don’t…at least not by default. We’ve found that if you just apply the idea will-nilly to every column then you really break a lot of layouts. We make it optional. You can include a simple attribute on any column shortcode to choose to make it behave in that responsive manner, or not. The columns below act normally on desktop, but stack vertically on phones, giving the content inside the space it needs on the smaller screen.
1
2
3
See The Shortcodes
[raw] [/raw]
[raw] [/raw][/raw]
[/raw]
[raw]1[raw] |
[raw] [/raw]
[raw] [/raw][/raw]
[/raw]
[raw]2[raw] |
[raw] [/raw]
[raw] [/raw][/raw]
[/raw]
[raw]3[raw] |
Declare By Layout
The above is the simple solution that makes everything perfect 99% of the time. But when dealing with more advanced layout, sometimes you need more control than that. Sometimes you need to specifically declare one set of content/shortcodes for one device, and different sets of content/shortcodes for others. So we give you shortcodes which let you do that.
This box only displays with the desktop layout of the theme.
This box only displays with the tablet layout of the theme.
This box only displays with the phone layout of the theme.
This box only displays with the desktop or tablet layouts of the theme.
This box only displays with the tablet or phone layouts of the theme.
See The Shortcodes
[raw] [/raw]
[raw] [/raw][/raw]
This box only displays with the desktop layout of the theme.
[raw] [/raw]
[raw] |
[raw] [/raw]
[raw] [/raw][/raw]
This box only displays with the tablet layout of the theme.
[raw] [/raw]
[raw] |
[raw] [/raw]
[raw] [/raw][/raw]
This box only displays with the phone layout of the theme.
[raw] [/raw]
[raw] |
[raw] [/raw]
[raw] [/raw][/raw]
This box only displays with the desktop or tablet layouts of the theme.
[raw] [/raw]
[raw] |
[raw] [/raw]
[raw] [/raw][/raw]
This box only displays with the tablet or phone layouts of the theme.
[raw] [/raw]
[raw] |