Front page or posts page default template bug

Writer, blogging theme for writers and authors | Support forum.
GK User
Wed Feb 18, 2015 7:00 am
Hi,
there are some display issues for front page or posts page default template. I understand it should look like category template, but it doesn't.

You can see it here:

http://mediaboss.damiandab.com/news/

There is some issue with the row where posts are starting to be displayed in 2 columns and the spacing of "read more" button doesn't look nice.

Regards,
Damian
User avatar
Fresh Boarder

GK User
Wed Feb 18, 2015 10:39 pm
Hi,

Try to add following css code:
Code: Select all
.blog .post {
  margin-bottom: 100px !important;
}
.gk-two-columns:nth-child(2n+2) {
  clear: both;
  padding-right: 10px
}

.gk-two-columns:nth-child(2n+1) {
  clear: none;
  padding-left: 10px;
}
User avatar
Moderator

GK User
Thu Feb 19, 2015 9:49 pm
Cool, thank you, it fixed the issue.

Regards,
Damian
User avatar
Fresh Boarder


cron