Change Front page blog sizes??

Discussion in 'Forum Rules' started by historik951, Jan 21, 2015.

  1. historik951

    historik951 New Member

    Joined:
    Jan 16, 2015
    Messages:
    5
    Likes Received:
    0
    I am trying to see if I can make the Home Page Blog show 1 single row of about 3-5 posts. But no matter what I do, it's either a photo gallery of the posts or 3 rows of posts ( see attached pixs ). I have set the number of posts from 1- 9 and nothing changes, still the same number of posts... Currently it cuts of the pictures really bad, and I am trying to find a way to fix that. If you look at the Billy the Kid frontpage and posts page pictures, you'll see what I mean...

    here is what it looks like now...

    [​IMG][​IMG][​IMG]

    And here is how I would like to have it look like....

    [​IMG]

    I'm doing this because the pictures for the posts really don't show well..

    Thank you in advance for the help!!!!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Historik951 ,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .featurebox .blog_item {
    width: 95%;
    }
    li.blog_item a img {
    width: 100% !important;
    }
    Thanks,
    Praveen
     
  3. historik951

    historik951 New Member

    Joined:
    Jan 16, 2015
    Messages:
    5
    Likes Received:
    0
    Sorry about the delay, but when I tried the code it looked like this:

    [​IMG]

    But what I am trying to do is make it look like the blog page:

    [​IMG]

    Without the social media or tags on the front page only, just the picture with some text, no more... Any help is TRULY appreciated... Thx!!!
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Historik951 ,

    This requires customization in some files of the theme.
    So, please send us your website wordpress login details at [email protected] along with thread link.

    Thanks,
    Praveen
     

Share This Page