Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Need help reducing space between blog title and tagline (http://forum.bytesforall.com/showthread.php?t=19195)

Arnel Dec 26, 2012 10:46 PM

[SOLVED] Need help reducing space between blog title and tagline
 
Wordpress 3.5 - Atahualpa 3.7.9
www.meanttosoar.com


I'm using the following codes to bring the title and tagline closer together but I'm
not getting it to work.

blog title
padding: 0;
letter-spacing: -1px;
line-height: 2.0em;
font-family: Sweetly Broken;
font-size: 315%;
margin-top: 25px;
margin-bottom: .5px;
float: center;
margin-right: 6px;
padding: 0px;

tagline
font-size: .9em;
font-family: georgia;
float: right;
font-size: 137%;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
color: #d292a9;

lmilesw Dec 27, 2012 08:59 AM

You could try negative margins.

juggledad Dec 27, 2012 09:44 AM

or you could add
HTML Code:

    position: relative;
    top: -46px;
}


Arnel Dec 27, 2012 12:15 PM

Absolutely perfect. I added
Quote:

position: relative;
top: -46px;
}
to the tagline box. The title and tagline are now
close together.

Arnel Dec 27, 2012 12:16 PM

Thanks Juggledad.

RESOLVED


All times are GMT -6. The time now is 09:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.