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

nevets’s picture

Have you tried using css to float it right?

Drave Robber’s picture

.node .vud-widget-upanddown {
  float:right;
}

As simple as that. (.node is added just to make it more specific than default)