Markup and styles for comments were not yet included in the theme.
Now they are.
#front .row.collapse #video img {
margin: 0; } }
+#blog-posts-over .commentlist .comment {
+ border: 1px solid lightgrey;
+ border-radius: 5px;
+ margin: 20px 0;
+ padding: 10px; }
+
+#blog-posts-over .vcard {
+ border: 0; }
+
.blog-feed-post:nth-child(odd) .blog-feed-img {
float: left;
padding: 0 15px;
}
}
}
+#blog-posts-over .commentlist .comment {
+ border: 1px solid lightgrey;
+ border-radius: 5px;
+ margin: 20px 0;
+ padding: 10px;
+}
+#blog-posts-over .vcard {
+ border: 0;
+}
.blog-feed-post {
&:nth-child(odd) {
.blog-feed-img {
</div>
</div>
</div>
+
+
+
+ <?php comment_form(); ?>
+ <?php comments_template(); ?>
</div>
<?php endwhile; ?>
<?php else: ?>