Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Blog Title and Tagline


  #1  
Old Feb 27, 2009, 04:34 AM
odoblog
 
1 posts · Feb 2009
Hi,

I want to centre align my Blog Tittle and Tagline at
http://www.christianclothingblog.com/

I do not know CSS or HTML

Can someone helpme with that

Thanks
ODOB
  #2  
Old Mar 2, 2009, 01:39 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add through HTML/CSS Inserts -> CSS Insert:

HTML Code:
td.logoarea-logo {
width: 100%; /* to make this cell get all available width */
}
td.feed-icons,
td.search-box {
width: 280px; /* to limit these cells to the width of the right sidebar*/
}
h1.blogtitle, p.tagline {
text-align: center;
}
td#logoarea-left {
width: 280px;
}
In functions/bfa_header_config.php, after
PHP Code:
$logo_area '<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr>'
add
PHP Code:
$logo_area .= '<td rowspan="2" id="logoarea-left" valign="middle">
<img src="/path/to/image.gif" alt="text..." /></td>'

With this, your tagline will wrap early because 280 pixels are reserved on both the left and right side. To avoid this you'd have to let the RSS buttons on the right wrap:

Change the two instances of 280px above to 200px and add this to the CSS Insert

HTML Code:
div.rss-box {
width: 200px;
}


  #3  
Old Jul 9, 2009, 02:33 PM
bill_g
 
5 posts · Jul 2009
Hi Thanks for this information! This is one excellent theme and am working things out quick.

I followed you guide to centering Blog title and Tag line and works great!

But when I click a post and it opens the blog title is left aligned and not centered.

Please could you tell me how to get the Blog title and Tagline Centered across the whole blog?

Many thanks

Bill

www.theisleofavalon.com
  #4  
Old Jul 9, 2009, 03:05 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
In Atahualpa 3.4, try this. Change the line
HTML Code:
h1.blogtitle, p.tagline {
to
HTML Code:
h1.blogtitle, h2.blogtitle, p.tagline {
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jul 9, 2009, 06:22 PM
bill_g
 
5 posts · Jul 2009
Thank you, this soved my problem

Many thanks, this theme is excellent!

Bookmarks

Tags
header, tagline, title

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Somehow the option &quot;NO&quot; for the BLOG TITLE and the BLOG TAGLINE don't work justbridge Header configuration & styling 11 Feb 22, 2011 05:09 AM
[SOLVED] Set a link in Blog tagline? baskenburg Atahualpa 3 Wordpress theme 10 Nov 27, 2009 09:24 AM
[SOLVED] Blog title still showing even though I selected &quot;No&quot; to Show Blog title PrettyChicky Header configuration & styling 2 Jun 18, 2009 07:43 PM
How to put tagline along with blog title to show as the browser title? Oracle Atahualpa 3 Wordpress theme 2 May 7, 2009 10:32 AM
[SOLVED] For the life of me, I can't overlay the blog title in the header image? weightlosscoach Header configuration & styling 2 Mar 20, 2009 08:24 AM


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


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