How can I decrease size of Thumbnails in the Timeline Blog View

I really like the Timeline view in Blog.  However, I would like to decrease the size of thumbnail images it displays, or surround them with more white space.  I tried surrounding the image only, but it cuts it in a very specific way :)  Would it also be possible to change the blog title in this view to style other than H2?  This - again - is a bit too big for our needs.
Thank you very much in advance.

Comments

  • Hey,

    to decrease image size on timeline blog page, please use below css:
    .timeline .post-photo-wrapper { width: 30% !important; }
    .timeline .post-desc-wrapper { width: 70% !important; }
    If you want to decrease post photo more, then please remember to increase post description width as well. It total should be 100%.
Sign In or Register to comment.