Jump to content
Sign in to follow this  
greenglow

Widget css

Recommended Posts

greenglow

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
cmunns

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

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  

×