Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Blog layout and pagination › Reply To: Blog layout and pagination
October 30, 2014 at 2:09 am
#937
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