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 » Montezuma Theme »

[SOLVED] Adding a logo to the header?


  #1  
Old Oct 5, 2012, 05:56 AM
aengus
 
2 posts · Oct 2012
I was curious if there is an easy way I am missing to add a logo next to the site title?

Fumbling around, I was editing the header.php sub template and managed to get the logo where I want it, but after the logo it looks like a line break and the title text starts underneath. http://www.flaxpond.net/soundadvent to see what I mean if thats not clear.

Here is the current state of the code with my img tag in there.

Code:
<div id="banner-bg" class="cf">
	<div id="banner" class="row">
		<div id="logo-area" class="col5">
			<<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
				              <img src="http://flaxpond.net/soundadvent/wp-content/uploads/2012/10/SA-sitelogo.png" ><a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
			</<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
			<p id="tagline"><?php bloginfo( 'description' ); ?></p>
		</div>
Thanks for any help and really love the look of this theme!
  #2  
Old Oct 5, 2012, 07:52 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It seems like the simplest solution is inline CSS like
HTML Code:
<div id="banner-bg" class="cf">
	<div id="banner" class="row">
		<div id="logo-area" class="col5">
			<<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
				              <img style="float:left; margin-right:5px;" src="http://flaxpond.net/soundadvent/wp-content/uploads/2012/10/SA-sitelogo.png" ><a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
			</<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
			<p id="tagline"><?php bloginfo( 'description' ); ?></p>
		</div>
__________________
~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.
  #3  
Old Oct 5, 2012, 07:54 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go and read the page MO->CSS Settings->Editing CSS
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Oct 5, 2012, 08:41 AM
aengus
 
2 posts · Oct 2012
Quote:
Originally Posted by lmilesw
It seems like the simplest solution is inline CSS like
HTML Code:
<div id="banner-bg" class="cf">
	<div id="banner" class="row">
		<div id="logo-area" class="col5">
			<<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
				              <img style="float:left; margin-right:5px;" src="http://flaxpond.net/soundadvent/wp-content/uploads/2012/10/SA-sitelogo.png" ><a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
			</<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
			<p id="tagline"><?php bloginfo( 'description' ); ?></p>
		</div>
Thank you so much! worked like a charm, apparently I am exceeding the column width with that additional image so it broke the second word to the next line. Fortunately for me I like that even better!

Thanks again!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Help in adding banner next to logo joshuamu Header configuration & styling 8 Aug 7, 2012 01:25 PM
Logo area adding additional white space beyond uploaded logo mimikbos Header configuration & styling 2 Oct 26, 2010 08:27 AM
adding more than one pic/logo to the header area PJK Header configuration & styling 1 May 31, 2009 06:50 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 06:59 PM.


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