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)
-   -   line up top edges of header image & site title (http://forum.bytesforall.com/showthread.php?t=20804)

emerge3d Aug 21, 2013 04:02 AM

line up top edges of logo & site title
 
Hi there

I am using the Atahualpa 3 theme to develop a web site for an NGO.

Is there anyway I can line up the top edges of the logo and the site title? I need to add some text below the header image so the vertical center alignment will be more out of whack.

Thanks in advance.

Cheers, Paul

lmilesw Aug 21, 2013 06:30 AM

Try using CSS on .blogtitle or use Firebug to play around with other possibilities.

juggledad Aug 21, 2013 07:49 AM

You'll need something like
HTML Code:

h2.blogtitle {position: relative;
    top: -40px;
}

in the CSS Inserts


All times are GMT -6. The time now is 04:44 PM.

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