Pictures blog posts on frontpage

Discussion in 'BlackBird WordPress Theme' started by permaword, Nov 30, 2012.

  1. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    The pictures that appear on the blog posts section on my homepage are just partly shown and are not the same size, which gives it a strange, unprofessional look. Anything I can do? Website: www.permacultuuracademie.nl
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-post .feature-post-inner img {
    height: 100px;
    width: 100px;
    }
    Adjust its value as per your requirement.
     
  3. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    This works, great. Still, is there anything I can do to have the entire pictures shown and not part of it?
    Thanks.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Take care.
     

Share This Page