how to make all Homepage Blog pics same size in blackbird theme

Discussion in 'BlackBird WordPress Theme' started by gbunz, Jul 20, 2013.

  1. gbunz

    gbunz New Member

    Joined:
    Jul 7, 2013
    Messages:
    5
    Likes Received:
    0
    Hi,

    How do I make all Homepage Blog pics same size in blackbird theme please? i.e. I'd like the thumbnails for all the pictures to be the same size as I've experienced some "spilling" over. Thanks in advance!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .content-bar .post .post_content img.postimg{
    width:200px;
    height:200px;
    }
    Adjust its value as per your requirements.
     

Share This Page