Responsive Display
Display content based on the current layout
The shortcodes let you choose which responsive layout you want some content to display in. The idea is that you can say "I only want this button to show in tablet mode", or "I only want this lightbox image to show in desktop mode". Resize the window and a different alert will display below depending on which responsive layout is active.
Get The Code
[display_desktop] This content will only be displayed when the window is 960px+ wide. [/display_desktop] [display_tablet] This content will only be displayed when the window is between 768px and 959px wide. [/display_tablet] [display_mobile_landscape] This content will only be displayed when the window is between 480px and 767px wide.[/display_mobile_landscape] [display_mobile_portrait] This content will only be displayed when the window is less than 480px wide. [/display_mobile_portrait]