Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#937
Robert Kavgić
Participant

Hello.

The blanks occur because of the different title length in your posts. The highest post is the one which has 4 lines of text in title.

To display the posts normally, copy and paste the following css into Custom CSS box:

ul.latest-posts li.post {
    height: 380px !important;
    overflow: hidden !important;
}

Robert