Show recent posts in multiple columns css code

  • Unknown's avatar

    Can someone help me to make recent posts to show up in 2 or 3 or 4 columns? May be some CSS or PHP code?

    I use flexsqueeze theme that in the top feature sections supports multiple columns.

    I also have Special Recent Posts plugin that has “Theme CSS” custom field within options that contains this code:

    ‘/* The Recent Posts Container. */
    div.srp-widget-container {
    display : table;
    clear : both;
    }

    /* The Widget Title. */
    div.srp-widget-container h3.widget-title{
    display : table-caption;
    margin-bottom : 10px;
    }

    /* Single post entry box. */
    div.srp-widget-singlepost {
    padding : 0px 0px 10px 0px;
    margin : 0px 0px 10px 0px;
    border-bottom : 1px solid #CCCCCC;
    }

    /* The thumbnail box. */
    div.srp-thumbnail-box {
    display : table-cell;
    vertical-align : top;
    padding-right : 10px;
    }

    /* The content stuff box. */
    div.srp-content-box {
    display : table-cell;
    vertical-align : top;
    }

    /* The excerpt. */
    p.srp-widget-excerpt {
    margin: 0px;
    }

    /* Single post title. */
    h4.srp-widget-title {}

    /* Single post title link. */
    a.srp-widget-title-link {}

    /* Thumbnail link. */
    a.srp-widget-thmblink {}

    /* Thumbnail image. */
    img.srp-widget-thmb {}

    /* The post date box. */
    span.srp-widget-date {}

    /* Stringbreak link. */
    a.srp-widget-stringbreak-link {}

    /* Stringbreak. */
    span.srp-widget-stringbreak {}

    Is there some CSS code for different columns to put in there?

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I use flexsqueeze theme …

    I also have Special Recent Posts plugin

    Support for self-hosted WordPress installs can be found at http://wordpress.org/support/

    WordPress.COM or WordPress.ORG? The difference

    8 Things To Know Before Posting in WordPress.Com Forums

  • Unknown's avatar

    @justjennifer Since I’ve got no responses on wordpress.org/support decided to post it here as well!

    Can you help me with my issue?

  • Unknown's avatar

    No we cannot help you here. CSS is theme specific. WordPress.com and wordpress.org run on different software. The themes with the same names are actually different versions coded specifically to run on either wordpress.com software or on wordpress.org software. We Volunteers here at wordpress.com do NOT provide support to wordpress.ORG self hosting bloggers.

  • Unknown's avatar

    This is a little (actually quite a bit) beyond what we can do here, so it would be quite difficult for us to help you with this.

    From past experience with this sort of thing, it is likely going to require that you edit the underlying theme PHP script files to do it right, and that is something we have no experience with here as we cannot edit the theme files.

    If no one in the .ORG forums responds, try contacting the theme designer. They would be the ones most able to instruct you on that change.

  • Unknown's avatar

    As timethief and tsp have already pointed out, here at WordPress.COM we don’t use the same software as a standalone install, can’t use themes but for the ones available in our Dashboard, can’t install plugins. So even if you did post it in the ORG support forum and didn’t get a response there, we’re sorry, but we really can’t help you with your issue.

    If it is still not clear why not, please read the two Forum threads I linked to above.

    Good luck and cheers from me.

  • The topic ‘Show recent posts in multiple columns css code’ is closed to new replies.