im gone crazy with text issue need to fix css but not able to spot the problem check out below link www.paidwebdirectory.com please help me with it thankyou
As Ing said look for <h2> in your style sheet and for .subcats for the sub categories and change the text size Also close the <h2> tage before adding the span tag <h2><a href="Computers_and_Internet/">Computers & Internet</a> <span class="count">(47)</span></h2>
Here's what declares the size. h2 { background: url('../images/arrow.png') no-repeat left; ---> font: 1.4em <--- "Georgia", Helvetica, Verdana; font-weight: 600; color: #5396C5; font-variant: small-caps; margin: 0px; padding: 0 0 0 20px;} And: p.subcats { margin: 0px 0px 7px 22px; color: #71818D; ---> font: .8em <--- "Arial", Helvetica, Verdana; padding: 0px;}