Plugin Author
shauno
(@shauno)
Hi bordomat
I’m not sure I understand the question? You would add any styling to where ever you have your site’s styling. For most, that would be their theme’s stylesheet.
Does that help?
No, there is image on one line and the text (number of votes) on the second line (under the image), when there is image. One you vote, the image disappears and all is nice again.
So, when there is image and text it takes two lines between thumbnails, and once someone gives a vote, there is just one line. I would like to have one line (image and text) regardless.
Sample here: http://vas-strojna.si/index.php/foto-natecaj/
Regards.
Plugin Author
shauno
(@shauno)
It just needs some CSS love. For instance, you could try setting the results div to display:inline, and float it left along with the voting button. You can also force the height of the voting container, so voted images don’t mess up the vertical layout.
I am not a CSS expert, which is why I added as little styling to the plugin as possible, but added classes for users to add their custom CSS to adjust the display however you need.