Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    4
    Plugin Contributions
    0

    Default Centering a header image and removing the white border below it

    Basically, I have set up a custom banner image on my site and it is only aligning to the left. The image is from the CSS file, but i can't align the image and there is also there is a white strip blow the image which I am unable to get to disappear.

    Any help would be appreciated.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Centering a header image and removing the white border below it

    Where is your site??
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Centering a header image and removing the white border below it

    The site is testing just now @

    http://test.queensparkspiders.co.uk/zen

    I amaware of the configure issue, but my(soon to be former) web host can't sort it out bizarrely.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Centering a header image and removing the white border below it

    You have a couple of choices
    You can recreate your header image gradient to be wider - best option.
    Make your mainWrapper the same width as your current image

    to do what you asked find and edit the following to resemble this
    Code:
    #headerWrapper {
            height: 202px;
    	margin: 0em;
    	padding: 0em;
    	}
    And
    Code:
    #logoWrapper {	
    	background-image:url(/banner.gif);
    	background-repeat: no-repeat;
    	height:200px;
    	background-position: center ;
            }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jun 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Centering a header image and removing the white border below it

    Thanks, the issue seems to be sorted, but now the nav bar at the top(trhe one with home, log in on it) does not appear with a backgroud on it.

    Any ideas with that one for me

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Centering a header image and removing the white border below it

    Get rid of the warning first
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. removing the header and border from an added sidebox
    By sesnut in forum Addon Sideboxes
    Replies: 5
    Last Post: 14 Mar 2010, 08:58 PM
  2. Removing the attribute title below image
    By FuzzyJared in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Aug 2009, 11:45 AM
  3. Help with white border surrounding bg.jpg in the main site header
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Feb 2009, 02:39 PM
  4. Made logo to Image map; now white space and blue border.
    By HeathenMagic in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Dec 2007, 07:23 PM
  5. Removing Space below Logo image in Header
    By woodlandsprite in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 May 2006, 11:52 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