Quote Originally Posted by garys1157 View Post
Ok, I fixed the meta_tag_title, but now I've done something to my header. It only allows you to see the tops of the letters, as represented by the gray shaded area. How do I expand this to show the whole tagline in the header? I've checked all my settings, and nothing seems to have changed. Thanks again for all your help.
open includes/templates/rustic/css/stylesheet.css

Find the following declaration and make the adjustments as indicated by the highlighted portions

#taglineWrapper {
margin-left:135px;
padding-top: 2px;/*adjust the padding until you see the entire line of text
background: url(../images/callout_bg.gif) no-repeat;/*You can delete or comment this declaration out*/
width:560px;
}