hopefully, the ‘register_sidebar()’ code in functions.php of your theme has allowed widget-specific css classes.
http://codex.ww.wp.xz.cn/Function_Reference/register_sidebar
you can check this either by looking into the html code of your site in the browser; or by using one of the browser tools such as firebug.
or you can post a link to your site, so that someone can have a look at your site, and make some suggestions.
Thread Starter
lmc123
(@lmc123)
Here is my site. http://www.getyourfilmfix.com
I’m trying to edit the Older posts widget towards the bottom. It looks messy as is.
here are some styles to format the posts with:;
examples:
.widget_advancedrandomposts { }
ul.advanced-random-posts li a img.random-posts-thumb { display:block; margin-bottom:10px; }
ul.advanced-random-posts li a { }
ul.advanced-random-posts li { margin-bottom:10px; background: #f6f6f6; }
if you are planning to customise your theme further, it would be a good idea to get familiar with one of the free browser tools such as firebug, or similar for other browsers.