Customise the BLOG page and CATEGORY pages

Hi. The Theme ICON organises the blog posts on a category page automatically all randomly and a bit messy. Is there a possibility to have them in line like the recent posts per example? And if so how do I do this please?
Thank you
Corina
https://packedagain.com/category/travel-with-kids/. example

Sorry I have been put pin hold due to personal reason. Is this thread still open? the answer from Ruenel is what I want yes. But it has not worked ?

Hello Corina,

Thanks for writing in! You have chosen to display the blog index and archive pages in masonry layout. Since the post titles and post excerpts were not of the same height, the post item grid were displayed stuff together without alignment just because it is a masonry grid.

Do you want to display the grid items inline like this?

If that is the case, we need to make sure that each of the grid item will have the same height. To do that, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

#x-iso-container .entry-title {
    min-height: 107px;
}

#x-iso-container .entry-content.excerpt {
    min-height: 250px;
}

We would loved to know if this has work for you. Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.