wordpressratingrating-system

GD Star Rating - Thumbs Up/Down Size


Using GD Star Rating Wordpress Plugin.


I'm having an extremely tough time trying to figure out how to do something as simple as resizing the rating button.

I have an image that I want to use as thumbs up/down, but it's width is 232px instead of the default max 40px.

Has anyone accomplished resizing the stars/thumbs past 40px or am I the only one in the world with this problem?


To put it simply:

BEFORE

enter image description here

AFTER

enter image description here


Solution

  • The new image width is 232px, so the code should be:

    width:232px !important;height:232px !important;
    

    But can you be more specific about what issue you are having? new image being cut off? or is it not resized at all when you view it on browser?