Viewing 4 replies - 1 through 4 (of 4 total)
  • This probably would have been very helpful to me at the time, mrtaylor… if the mods had not interfered. Any chance you could submit your code at http://pastebin.com and paste the url here? TY!

    I too would love to see the recommended code fragment. Please repost.

    Thanks.

    I would love to see the code as well…

    Hi,

    change table-cell –> block in:

    div.srp-content-box {
    	display: block !important;
    	vertical-align: top !important;
    }

    and add float:left; to

    div.srp-thumbnail-box {
    	display: table-cell !important;
    	vertical-align: top !important;
    	padding-right: 10px !important;
    	float:left !important;
    }

    That worked with me.

    Cheers,
    Martin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Special Recent Posts] Use this CSS for wrapping the text around the thumbnail!’ is closed to new replies.