Responsive Test
-
What logic is needed to detect screen size and hide (or expose) a widget on mobile platforms? I tried
is_front_page() && screen.width >= 479
and
is_front_page() && $_POST[‘width’] > 479
and
is_front_page() && $_SESSION[‘screen_width’] > 479
but nothing worked.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Responsive Test’ is closed to new replies.