Jump to content
Sign in to follow this  
simon_clarke

How can I edit widget styling for GD Star Rating plugin widget?

Recommended Posts

simon_clarke

Hi ??“ I am trying to style a widget on the home page of my site ??“ http://halfamonkey.ucajournalism.com/ ??“ The widget is from a plugin ??“ GD Star Reviews. My problem is that I can't find where on earth the style is generated. Is it within Platform's CSS files? Or is it plug-in specific? I want to make the star ratings move closer to the topic link. At the moment, there is a huge gap between the star graphic and the topic title, but the gap between the topic title and the next set of stars is very tight, which is misleading. Any guidance would be much appreciated.

Share this post


Link to post
Share on other sites
Kate
Hey Simon, It's actually a mixture of CSS rules being applied as well as a br tag that the plugin is generating. Please try adding this code and seeing if it's closer to what you want: [code].widget_gdstarrating_star br{display:none;} .widget_gdstarrating_star li{margin-bottom:10px;}[/code] You can add that to Settings->Custom Code->CSS.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×