Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kk_admin

    (@kk_admin)

    Moreover, the posts are not in the correct order (by date) and none of them is featured or anything…

    Hey,
    1. I think this is what you mean. try adding this css:

    #kad-blog-grid .blog_item .entry-title {
        min-height: 52px;
    }
    #kad-blog-grid .blog_item .entry-content {
        min-height: 72px;
    }

    2. The way the grid works is by height first then left to right. (think pinterest). The items will align with the highest items being the newest so if you start the second row and the next highest item isn’t the left most item then it won’t be left aligned. The css I posted above will make all the posts align so that should clean this up for you since you seem to want the cleaner grid look?

    Hope that helps,

    Kadence Themes

    Thread Starter kk_admin

    (@kk_admin)

    great, working ?? thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog grid: word wrap’ is closed to new replies.