Hi
I mush have been working on my copy on this before since my classes has some more code already. Here is a class I used for columns:
- Code: Select all
.blog-page .item-list .item-list-row {
padding: 0 20px;
float: left;
width: 33%;
}
.blog-page .item-list .item-list-row:nth-child(3n+4) {
clear: both;
}
Here a code which should be placed at line 79 and not 78 as I said before, sorry my bad.
- Code: Select all
echo '<div class="gkText">' . htmlspecialchars( substr( strip_tags( $this->parent->content[$i]['text'] ), 0, 100 ) ) . '...</div>';
Nothing is showing now except the finishing ..., but I think You do not have a content there right now.