Responsive/fluid design with ALM not working?
-
Hi, i’m using ALM and this is a awesome plugin!
First, i always need to display 3 posts per page ( 3 results on each ajax call ) on whatever screen size i am.
My problem is, when i am on a large screen device, i display my 3 results on 1 row. But when i’m on a medium screen device, i need to display only 2 results on each row.
So on first load, i see 2 results on the first row, and 1 results on a second row. When i click on load more, i expected that the first results will go also on my second row, and the last 2 results will be displayed on a third row, and so on.
something like that :
1-1
1-2
2-2But right now, my results have a <div class=”alm-reveal”> around them, so it break my layout when i try to display them.
something like that:
1-1
1
2-2
2How can i remove that <div class=”alm-reveal”> around my results?
Thanks!
The topic ‘Responsive/fluid design with ALM not working?’ is closed to new replies.