I want to vary the number of items to display per screen size beakpoint.
Larger than 979 - 3 items
767-979 - 2 items
Smaller than 767 - 1 item.
I always do this by creating 1 row looper provider with the Query Builder and then 3 different columns as Looper consumer with 3,2 and 1 item and hiding these columns during the breakpoints.
Now that works fine when I want to tower 3 items and 1 item but when I want to show 2 between 767 and 979 it somehow doesn’t work… Only 1 column is displayed and in Cornerstone {{dc:post:title}} seems to display the page title. At the front end nothing is displayed until the size is below 767, 1 is displayed again. I’ve done it this way before but I can’t figure out why it doesn’t work now.
I’ve created a test page here:
I’ll also send you a login so you can take a look.
Thanks in advance, Carel