Blog Picture

Discussion in 'BusinessGrow One Page WordPress Theme' started by dberensmann, Feb 28, 2014.

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

    dberensmann New Member

    Joined:
    May 15, 2013
    Messages:
    14
    Likes Received:
    0
    Location:
    Germany, Berlin
    what can I do to have the pictures on top of each blog entry in 16:9 format?
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .featured_blog_content .post_heading_wrapper .thumb {
    height: 195px;
    }
    And set featured images of this format.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. dberensmann

    dberensmann New Member

    Joined:
    May 15, 2013
    Messages:
    14
    Likes Received:
    0
    Location:
    Germany, Berlin
    thanks for your answer, but it seems to me it does not work. can you take a look at those pictures on top of each blog entry, they are slightly not in the right 16:9 format.
    http://berensmann.de/blog/
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the style.css file present in your theme directory and search for ".post_heading_wrapper img" in that file and then follow the instruction shown in the image given below.

    [​IMG]

    This will solve your issue.
     
  5. dberensmann

    dberensmann New Member

    Joined:
    May 15, 2013
    Messages:
    14
    Likes Received:
    0
    Location:
    Germany, Berlin
    awesome, thank you so much, I fixed it!!
     
Thread Status:
Not open for further replies.

Share This Page