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] How to center the logo?


  #1  
Old Mar 14, 2009, 10:41 AM
joe hark
 
168 posts · Feb 2009
I know how to cause the logo to be centered by editing a PHP file. But is there a setting in the ttheme control panel that will do this?
  #2  
Old Mar 17, 2009, 03:03 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
There is no single theme option for this. But it could be accomplished by removing the header search box and all RSS buttons via the theme options, then center the blog title or logo with CSS in the theme options or with a CSS Insert (A. Theme Options -> HTML/CSS Inserts -> CSS Inserts)
  #3  
Old Mar 18, 2009, 04:04 PM
joe hark
 
168 posts · Feb 2009
What could I edit and how in STYLE.CSS to center the logo?

Quote:
/*-------------------- LOGO AREA --------------------------*/

table#logoarea,
table#logoarea tr,
table#logoarea td {
margin: 0;
padding: 0;
background: none;
border: 0;
}

table#logoarea {
width: 100%;
max-width: 100%;
/* more ... */
}


/*-------------------- LOGO -------------------------------*/

.logo {
display: block;
/* more ... */
}

td.logoarea-logo {
width: 1%;
}
I have inserted " align: center; " in the above Logo Area and Logo but that has no effect. Likewise, no joy after editing header.php to insert the same instruction as:

Quote:
table#logoarea {
align: center;
border-spacing: 0px;
<?php echo $bfa_ata_logoarea_style; ?>
}

.logo {
align: center;
<?php echo $bfa_ata_logo_style; ?>
}
Suggestions on what to edit will be greatly appreciated.

Thanks!
  #4  
Old Apr 28, 2009, 09:35 AM
pmphilipps
 
1 posts · Feb 2009
France
Send a message via Skype™ to pmphilipps
Yes, i'd like to do the same but doesnt know how to...
  #5  
Old Apr 28, 2009, 03:56 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add a CSS Insert
HTML Code:
td.logoarea-title {
text-align: center;
}
  #6  
Old Sep 15, 2009, 04:15 AM
venture4th
 
2 posts · Sep 2009
Quote:
Originally Posted by joe hark
I know how to cause the logo to be centered by editing a PHP file. But is there a setting in the ttheme control panel that will do this?
Here's a fix i've used:

You can move the logo over by adjusting the margins - see below. Play around with the figure until it looks centered when you view your site. Not as precise as a center tag but it works. My theme is set to fluid width with max of 1250px. looks o/k in my browser but haven't checked in other browsers or resolutions.

To change the margin go to Atahualpa Theme Options/Style & edit HEADER AREA/Logo Image:Styling and change the last figure from 0 to the number of px you want to move it to the right. Add the px after the number.
  #7  
Old Sep 11, 2010, 02:31 AM
willh
 
3 posts · Oct 2009
Hello,
I was able to center an image logo in IE using...

HTML Code:
td.logoarea-logo {
text-align: center;
}
...however the logo image doesn't center in Firefox and Chrome. Do I need to use something other than text-align?

Thank you,
Will
  #8  
Old Sep 11, 2010, 04:50 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You can try this in ATO>Add HTML/CSS Inserts>CSS Inserts. Just change the width to the actual width of your logo image or it will resize it.
HTML Code:
td.logoarea-logo img {width:200px;margin-left:auto;margin-right:auto;}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #9  
Old Sep 11, 2010, 12:33 PM
willh
 
3 posts · Oct 2009
Quote:
Originally Posted by lmilesw
You can try this in ATO>Add HTML/CSS Inserts>CSS Inserts. Just change the width to the actual width of your logo image or it will resize it.
HTML Code:
td.logoarea-logo img {width:200px;margin-left:auto;margin-right:auto;}
Works great! Thank you, Larry!

Will

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Switch positions of logo and search box? Logo on right side DogBot Header configuration & styling 1 Jun 12, 2009 10:17 AM
replace "3 cubes" logo with custom logo image liontigerbear Header configuration & styling 3 May 13, 2009 02:07 PM
Center Column chiaxiong Atahualpa 3 Wordpress theme 1 Apr 8, 2009 06:28 PM
Center the footer ryguy Atahualpa 3 Wordpress theme 0 Mar 11, 2009 04:03 PM
Centering my logo better/adding a second logo jockoe Header configuration & styling 4 Mar 4, 2009 07:32 AM


All times are GMT -6. The time now is 05:29 AM.


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