Forums

[Plugin: SidePosts Widget] An Option for Thumbnail Alignment (4 posts)

  1. bluebird2
    Member
    Posted 2 months ago #

    Is it possible to align the thumbnail to to the right in Sideposts? I am going to use it on a right-to-left website, and this is the only thing that I miss in Sideposts plugin.

    http://wordpress.org/extend/plugins/sideposts/

  2. Txanny
    Member
    Posted 2 months ago #

    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;
    	}
  3. Txanny
    Member
    Posted 2 months ago #

    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

  4. bluebird2
    Member
    Posted 1 month ago #

    Thanks!

Reply

You must log in to post.

About this Topic

Tags