I’m using the Blog element to show a list of courses that are linked by category.
I’m already using this custom CSS which you’ve provided me:
.blog-item-details, .comments-likes, .comments-likes, .pagination-wrap{
display:none;
}
My blog layout looks like the attached thumb, using the following generic blog shortcode:
[blog title=”Course Lessons” show_blog_aux=”no” blog_type=”standard” item_count=”20″ category=”interview-course” show_title=”yes” show_excerpt=”yes” show_details=”no” excerpt_length=”50″ content_output=”excerpt” show_read_more=”no” pagination=”yes” width=”1/1″ el_position=”first last”]
I would love for all the space to be removed, and for a small, 100×100 image to be displayed with each entry. Using the current image methods, creates a very large thumbnail.
Thanks!
Ryan