Hey!
Im pretty new to editing with css... I've been using the gd star rating plugin. I am trying to center the stars that appear in each post.
So far i am able to center if i manually insert each rating block into the post:
putting this into the html of a post centers the rating block how i want:
<div align='center'>[starratingblock]</div>
what i am trying to do is center the block all the time so that i dont have to insert that code each post.
i have tried adding this to the css and php file of gd star rating so far:
.ratingblock {width: 100%; margin-left: auto; margin-right: auto;}
From what i googled i thought setting both margins at auto might work however it didnt..
Im sure this is probably easy stuff i just havn't found the solution yet..
thanks for any help!