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.
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.
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
Thanks!
You must log in to post.