This is a migrated thread and some comments may be shown as answers.

decrease space in radrating

1 Answer 35 Views
Rating
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 26 Nov 2012, 10:17 AM
How can i decrease the space between the items of the radrating?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Nov 2012, 10:25 AM
Hi Sigma,

Try overriding the default CSS as follows to achieve your scenario.

CSS:
<style type="text/css">
    .RadRating a
    {
        margin:-3px !important;
    }
</style>

Hope this helps.

Regards,
Princy.
Tags
Rating
Asked by
Sigma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or