I need to wrap a notice in a conditional so that it only displays to smaller viewports.
Specifically, to smartphones (both vertical/portrait and landscape mode) and tablets in portrait mode but NOT in landscape mode.
Can someone help me with the appropriate conditional?
Alternatively, I guess I could wrap the notice in a div and then add CSS to display:block to those conditions and display:none if the device/viewport does not meet those conditions.
Either way, I could use some help with either method.
Specifically, to smartphones (both vertical/portrait and landscape mode) and tablets in portrait mode but NOT in landscape mode.
Can someone help me with the appropriate conditional?
Alternatively, I guess I could wrap the notice in a div and then add CSS to display:block to those conditions and display:none if the device/viewport does not meet those conditions.
Either way, I could use some help with either method.