<blockquote>
Can someone please tell me where in the CSS do I edit the line hieght for the text in the content area of Zebrina? I want to make the navigation text, ie: Home above: Become a Web Hosting Revolutionary closer to the above black promo.
</blockquote>
Open template css template_css.css, find and edit this style:
#ja-containerwrap{
background: url(../images/container-bg.gif) repeat-x top #222222;
color: #CCCCCC;
padding: 25px 0 15px; /*change the value in red*/
}
<blockquote>
Also, how do I change the spacing between sentences and paragraphs in the css?
</blockquote>
Search and edit:
body {
color: #CCCCCC;
background: #121212;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 1.6;
}