Home Page Blog

Discussion in 'BlackBird WordPress Theme' started by evalynch, Oct 28, 2013.

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

    evalynch New Member

    Joined:
    Sep 27, 2013
    Messages:
    9
    Likes Received:
    0
    Hello,

    I do not see any options to change the number of blog images that show up on my home page. I would like for there to be only the four most recent and then have those four evenly spaces out within the width of the page.
    Please see www.damage-control.com/wordpress for reference.

    Thanks,

    Eva
     
  2. Piyush

    Piyush Support Staff

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

    Go to the front-page.php present in your theme directory and follow the instruction as shown in the image given below.

    [​IMG]


    And then paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature-post .feature-box {
    width: 225px;
    }
    .feature-post .feature-post-inner img {
    max-width: 100%;
    }
    You can adjust the value of width as per your requirement.
    This will solve your issue.
     
  3. evalynch

    evalynch New Member

    Joined:
    Sep 27, 2013
    Messages:
    9
    Likes Received:
    0
    Looks much better,

    Thank You!
     
Thread Status:
Not open for further replies.

Share This Page