Displaying Home Blog Post horizontally

Discussion in 'RoadFighter WordPress Theme' started by followme, Aug 7, 2013.

  1. followme

    followme New Member

    Joined:
    Mar 29, 2012
    Messages:
    9
    Likes Received:
    0
    Hello,

    I'd like to change the way the Home Blog Post are being displayed on the homepage of the Road Fighter theme. Default the blogs are shown side by side. I'd prefer to display them vertically, that is beneath each other. If so, how can this be realized?

    Thanks in advance,
    Willem
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox .blog_item{
    display:block;
    }
    .featurebox .blog_item{
    width:auto;
    }
    .featurebox .blog_item .thumbnail{
    width:201px!important;
    }
    This will solve your issue.
     

Share This Page