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 »

Background image overlap


  #1  
Old Mar 28, 2013, 08:18 PM
jodybethw
 
25 posts · Jun 2011
I'd like my site's logo (the big red tag) to sit at the top of the page but overlap the top of the content area like this:

Click image for larger version

Name:	Concept.jpg
Views:	2164
Size:	236.2 KB
ID:	2295

Is this possible? If so, where do I place the image (I'm using CSS to do so)? If not, is there a workaround?

My URL: http://www.kimspersonalizing.com/

Many thanks!
  #2  
Old Mar 28, 2013, 09:03 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Instead of having it as a background to the wrapper I would use it as logo image and then position with CSS.
__________________
~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 Apr 4, 2013, 09:44 AM
jodybethw
 
25 posts · Jun 2011
Tried that, but the tag image is still falling beneath the white content area. The tag image is currently in the body div, but I realize it should probably be elsewhere. Just not sure where. To be clear, I want the tag image to overlap the white content area. Frustrated and very appreciative of any help!

Last edited by jodybethw; Apr 4, 2013 at 09:48 AM.
  #4  
Old Apr 4, 2013, 10:15 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
make it your logo image and let us know when you have done that and we can take a look again.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Apr 4, 2013, 10:41 AM
jodybethw
 
25 posts · Jun 2011
Done. Thank you!
  #6  
Old Apr 4, 2013, 11:35 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Now just add a negative bottom margin using something like the following in the CSS Inserts section of the theme options.
HTML Code:
.logo {
    margin-bottom: -20px;
}
__________________
~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.
  #7  
Old Apr 4, 2013, 11:37 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try this: in the 'Configure Header Area' option add the following
HTML Code:
<div id="mytag"><img class="tag" src="http://www.kimspersonalizing.com/wp-content/themes/atahualpa/images/tag.png" /></div>
then add the following to the CSS inserts
HTML Code:
#mytag {height:150px;}
.tag {position: relative;}
you may want to position it left or right too.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Apr 4, 2013, 11:55 AM
jodybethw
 
25 posts · Jun 2011
Thanks juggledad, that is a workable fix. The only thing I can't figure out though, is how to make the rest of it work with this fix. For instance, I want to surround the white content area (layout + menu) with a box shadow. Is it possible within the Atahualpa options to create a div that wraps around both of these sections? See original concept image above for reference.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to overlap header image and pages menu dougc Header configuration & styling 3 Feb 4, 2012 12:46 AM
[SOLVED] Banner to overlap Header image adrian29630 Header configuration & styling 4 Oct 7, 2011 10:31 PM
Rotating Header Images show overlap from another Image on right dgronwald Header configuration & styling 2 Jul 26, 2011 07:56 PM
Positioning the Logo to overlap the header image sstasio Header configuration & styling 2 Dec 2, 2010 08:23 PM
background image over-sized - Full Page Background Image prokopino Atahualpa 3 Wordpress theme 2 Mar 30, 2010 05:42 AM


All times are GMT -6. The time now is 11:52 AM.


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