Post Thumbnails

Discussion in 'Dzonia WordPress Theme' started by CraigB, Oct 26, 2013.

Thread Status:
Not open for further replies.
  1. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    I would like to use thumbnails on the blog page (posts summary). I found code in another thread which allows me to hide the post date which is on the left of the post summary where the thumbnail would be. How would I add thumbnails on the left or right of my post summaries on the blog page?

    Thanks for your help, Craig
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Craig,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper .content img {
    max-width: 50%;
    margin-right: 10px;
    margin-bottom:10px;
    float: left;
    }
     
  3. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    Thanks for your help. Worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page