Thank you! As we can see in the images you attached, the posts are not aligned, right? Can you align theme?
hi
that’s depend on the height of the image you used and the content
it takes the height accordingly
hi
as it is showing correct here:
http://prntscr.com/26dx0x8
can you please let us know exactly on which post you are checking
It is correct here because there are 6 posts, so the pagination is the seventh and it is shown in a new row. But if you go to page 2, there are 5 posts and the pagination is aligned with the grid.
Link: https://desarrollo.lacadenasaludable.com/blog/recetas/page/2/
hi
use this code:
.category-340 .content .pagination {
margin: 0;
grid-column: 1/-1;
}
The topic ‘Posts as grid.’ is closed to new replies.