Viewing 4 replies - 1 through 4 (of 4 total)
  • not tested with the real theme;

    edit header.php, stick the logo image code between here:

    <div id="inner-header" class="clearfix"> 
    
    					<h1 id="logo">

    for instance so:

    <div id="inner-header" class="clearfix">
    <img src="http://client.kellysystems.co/circlegonline/wp-content/uploads/2012/07/Logo-Custom.png" alt="logo" />
    					<h1 id="logo">
    Thread Starter zachredmon

    (@zachredmon)

    When I added that code it forced the rest of my header down. I’m wanting to maintain the current header size and place the logo to the right of the last page (Contact Us).

    my mistake – I thought about left ….

    try:
    <img style="position:absolute;top:10px;right:40px;" src="http://client.kellysystems.co/circlegonline/wp-content/uploads/2012/07/Logo-Custom.png" alt="logo">

    or pull the styles out of the html tag, and add it to style.css of your theme;

    #inner-header img {position:absolute;top:10px;right:40px;}

    Thread Starter zachredmon

    (@zachredmon)

    That did it for me. Thanks so much for your help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding a logo to the header (Frantic Theme)’ is closed to new replies.