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] rotating header beside logo image


  #1  
Old Feb 6, 2012, 08:54 AM
pmac
 
91 posts · Nov 2010
[SOLVED] rotating header beside logo image

Hi there,

Wondering how to get rid of the large space under the header area on meredithmustard.com. ata 3.7.3 and WP 3.3.1. I have the rotating image as the header and if I mess with the space under the header with table#logoarea {display: none;} the logo image disappears but the space is removed. If I mess with the size with

table#logoarea {width: 1000px;
height: 300px;
}

the image is there and so is the space. Any suggestion or is there a better way to set up the header to get the rotating image on the left and the logo image to the right with the body content right up under the header?

Thanks!
  #2  
Old Feb 6, 2012, 10:10 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The spacing is because the title image is 300px high. As for moving it over to the right you have to do some twiddling with the CSS or you could also have the title as part of the rotating image. Below is some CSS is one of many things that MIGHT work. This is the kind of stuff that getting familiar with Firebug will help with and there is often no one right way.
HTML Code:
.logo {
    left: 340px;
    position: absolute;
    top: -50px;
}
#container {
    position: relative;
}
table#logoarea {
    margin-top: -290px;
}
__________________
~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 Feb 24, 2012, 09:51 AM
pmac
 
91 posts · Nov 2010
With just a little more tweaking, this lined right up. Thanks!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Placing logo over top of Rotating header images glennvogelsang Header configuration & styling 10 Mar 7, 2011 05:34 AM
Install logo on rotating header? aravere Header configuration & styling 2 Sep 25, 2010 04:17 AM


All times are GMT -6. The time now is 08:16 AM.


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