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)
-   -   Postition Tagline Right of Title (http://forum.bytesforall.com/showthread.php?t=1631)

mmond May 12, 2009 07:43 AM

Position Tagline Right of Title
 
Hi folks. Thanks for the amazing theme!

I've poked around a bit at BFA and WP forums for tagline adjustments, but don't see this issue:

I'd like to set my tagline on the same line as the title, perhaps with an adjustable space between. Is there any way to remove that line break after the title?

Thanks again,
Mark

Flynn May 12, 2009 08:53 AM

Add a CSS Insert

HTML Code:

h1.blogtitle, h2.blogtitle {
float: left;
margin-right: 30px;
}

If the tagline wraps too early (while there's still enough space on the right side of the tagline) modify Theme Options -> RSS Settings -> RSS Box Width

and also add a CSS Insert

HTML Code:

p.tagline {
/* Sum of [width of blog title] + [space between
blog title & tagline] + [reserved width for tagline] */
width: XXXpx;
}


mmond May 14, 2009 09:16 AM

Thanks Flynn. That did work. The only thing is since the font sized are different, the tagline floated off the now common to justify at top.

I added ( margin: 10; ) to the tagline styling under the header tab. Not sure that was the best way to sync it up but it got it pretty close.

Best,
Mark


All times are GMT -6. The time now is 12:31 PM.

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