Small screen template not working
-
I’m having some issues with the small screen template – I can’t get it to work.
I’m using this in my index.php to call the tiles:
<?php if ( function_exists ( ‘the_loop_wp_tiles’ ) ) the_wp_tiles(); ?>My standard template looks like this:
. . .
. . .My small screen template is currently set to:
.
.
.
.
.
.I’ve tried changing the small_screen_width but nothing happens when I check on my phone or resize the browser window, it still shows the 6 tiles in 3 columns/2 rows. Am I doing something wrong?
Also – is it possible to use two different small screen templates depending on the device screen size? I.e if the device screen is <480px, a 1 column template would be great, but if the device is >600px a 2 column template would look better. Any way to do that?
- The topic ‘Small screen template not working’ is closed to new replies.