Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default LogoWrapper background

    Hi,

    I have the logoWrapper in the place I want it but the background is not fully showing (slipped up so some of top bit can't be seen and leaving a white space at bottom) link

    How do I fix this? Tried lots of things but only end up making it worse!

    Thank you :)

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: LogoWrapper background

    Your background is actually in #headerWrapper, not #logoWrapper. You can position it in the element it occupies now, or move it to #logoWrapper:
    Code:
    #logoWrapper {
        background-color: transparent;
        height:282px;
    	
    	}
    	
    #headerWrapper {
    	background-image: url(../images/header_bg.jpg);
        background-repeat: no-repeat;
        background-position: 0 4.5em;
    }

  3. #3
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: LogoWrapper background

    Great Thank you...I wouldn't have worked that one out!

    I know I have started a new thread for the issue with the login box but it relates to this. Any ideas? I want it to sit below the header with a grey strip so it matches the top grey strip...??

 

 

Similar Threads

  1. logowrapper problem
    By bravo14 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Feb 2011, 08:15 PM
  2. backround and #logowrapper
    By commdiver in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jun 2010, 04:14 PM
  3. logoWrapper
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Nov 2009, 09:56 PM
  4. logoWrapper Help
    By SGP in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Sep 2007, 02:40 AM
  5. logoWrapper issue
    By namasa in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 May 2006, 11:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg