View Single Post
  #1 (permalink)  
Old 11-07-2008, 11:52 AM
tkdville tkdville is offline
Junior Babbler
 
Join Date: Nov 2008
Posts: 4
tkdville has no reputation at Website Babble yet.
Default How do I reposition tagline?

Hi, I'm working on my first wordpress blog and I like everything about my template but the amount of space between my blog title and the tagline. There's too much space between them. I've tried altering the code but I can only move the tag line lower, I can't get it to go up.

Here's some of the code from my style sheet:

/*-------------------- General --------------------*/



body { margin: 0; padding: 0; background:

#FFD6CA; url("images/bg.gif") no-repeat

center top; background-attachment: fixed;

font: 67.5% "Tahoma, Verdana, Trebuchet MS"

Arial, Sans-Serif; color:#222222;

text-align: left; }

p, ol, ul { line-height: 150%; }
000000
h1, h2, h3, h4, h5, h6 { margin: 0;

font-style: normal; font-weight: normal;

background: transparent; }

h1 { font-size: 2.2em; }
h2 { font-size: 1.4em; }
h3, h4, h5, h6 { font-size: 1em;}

a, a:link { color: #F1A2EC; text-decoration:

none; }
a:hover { color: #B4045F;} a:active { text-decoration: ; }

blockquote { margin: 10px; padding: 10px 0px

10px 40px; color:#424242;

background-color:#f8ceb7; border : 1px solid

#036333;}
code{ display:block; overflow:auto;

text-align:left; margin: 10px 0 10px 0;

padding: 5px 10px 5px 10px; }

small { font-size: 0.9em; }

img { padding:5px; border:0; }
img.right { float: right; margin:5px 0 5px

5px; }
img.left { float: left; margin:5px 5px 5px

0px; }
a img {border:none;}

.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.alignleft { float: left; margin-right:

10px; }
.alignright { float: right; margin-left:

10px; }

.navigation { display:block; padding: 20px;

}


/*-------------------- Layout

--------------------*/


#outline { width: 955px; margin: 0 auto;

padding: 0; background: #FBE7CE; font-size:

1.3em;}

#wrapper { float: left; width: 957px;

margin: 0 !important; margin: -15px 0 0 0;

/* IE hack */ padding: 0; background:

#FBE7CE;}


/*-------------------- Header

--------------------*/


#header { width: 957px; height: 299px;

background: url(images/alps71header.jpg)

no-repeat left top; }
#header .blogtitle { width: auto; height:

118px; }
#header h1 { padding: 8px 0 0 30px; }
#header h1 a { color: #081C54;

text-decoration: none; }
.description { color: #081C54; padding-left:
30px; font-size: 2.5; }

#navbar { clear: both; float: left; width:

957px; height: 30px; _height: 45px;

background: url(images/alps71menuc.jpg)

no-repeat; }

ul.menu { float: left; margin: 0; padding: 0

15px; list-style-type: none; }
ul.menu li { float: left; }
ul.menu li a { float: left; display: block;

height: 28px; padding: 3px 15px 0 25px;

line-height: 24px; color: #0e7e2c; }
ul.menu li a:link, ul.menu li a:visited {

color: #0e7e2c; background: none;

text-decoration: none; }
ul.menu li a:#9FA09D, ul.menu li a:active {

color: #000000; background: transparent

url(images/alps71menuc.jpg) repeat-x 0 0;

text-decoration: none; }

***********************************************


Thanks very much
t.kay
Reply With Quote