By nidhhog on
Hello ,
I am using Vote Up/Down module.
Everytihning is fine, but I wonder, how to move the voting widget on the right side of nodes? By default is on the left side.
This litlle change would make my site more clean.
Any ideas ?
Comments
Have you tried using css to
Have you tried using css to float it right?
.node .vud-widget-upanddown
As simple as that. (.node is added just to make it more specific than default)