greenglow 0 Report post Posted April 18, 2010 I cannot locate the css that is controlling the left padding of the bottom widget title, the headline of which is Latest Blog Posts. Using firebug I see the css below, although can't find it in the actual file. I tried changing that from which I thought was inheriting from but no luck.Any help is welcome. This is the Category Post Plugin which does not seem to have its own css. PS-great themes/great company. .fboxes h3 { font-size:1.3em; font-weight:bold; line-height:1.4; margin-bottom:0.3em; } style.css (line 824) h3 { font-size:24px; } style.css (line 160) h1, h2, h3, h4, h5, h6 { color:#000000; font-weight:normal; line-height:1.4em; margin-bottom:0; margin-left:0; margin-right:0; margin-top:0; padding-bottom:0; padding-left:0; padding-right:0; padding-top:0; Share this post Link to post Share on other sites
greenglow 0 Report post Posted April 18, 2010 Sorry-forgot the link. Here is the URL Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2010 Great site! You can create a new class called .widget_categoryposts and add the padding to that or try changing the padding on the .fboxcopy rule, which will change the padding of the picture above the text as well. Share this post Link to post Share on other sites