Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes it would be possible. Just have to change a class on the widget:

    Just changing on this section of style CSS the float: left by float: right. This will change all widget images from left to right… I will see if there is a better solution.

    #sidebar ul li.widget_sideposts ul li img.alignleft {
    	float: left;
    	margin: 5px;
    	padding: 2px;
    	border: 1px solid #ffde01;
    	clear: both;
    	}

    I submitted myself a feature request and this will be done in the next version. Can follow it at http://tracker.alkivia.org/view.php?id=174

    Thread Starter bluebird2

    (@bluebird2)

    Thanks!

    I want the image to be centered under the headline, and the text to begin below it. At the moment, text is wrapping. You can see what I mean at http://www.moronia.us/front

    I’m also not clear on where the custom css goes. Can you explain that a little more?

    Thanks!

    You can try by using the ‘Fotoblog’ option instead the ‘Thumbnail’. Maybe it will do the job.

    Fotoblog option, centers the image and sets the excerpt under it. I think is what you want.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: SidePosts Widget] An Option for Thumbnail Alignment’ is closed to new replies.