Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Help!!! That white line

    How do I get rid of the white line between the header and main text.
    site http://www.imperialgiftsnwares.com.au

    Thankyou

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    Quote Originally Posted by imperialis View Post
    How do I get rid of the white line between the header and main text.
    site http://www.imperialgiftsnwares.com.au

    Thankyou
    includes/ templates/ your_own_template/ css/ stylesheet.css

    Find the following delarations:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {stylesheet.css (line 224)
    background-color:#996633;
    color:#FFFFFF;
    font-weight:bold;
    height:1%;
    margin-top:-1.5em;
    width:100%;
    }

    Change to:
    #navSuppWrapper, #navCatTabsWrapper
    background-color:#996633;color:#FFFFFF;
    font-weight:bold;
    height:1%;
    margin: .5em;
    width:100%;
    }

    Add the following declaration right below this:
    #navMainWrapper
    background-color:#996633;
    color:#FFFFFF;
    font-weight:bold;
    height:1%;
    margin-top:-1.5em;
    width:100%;
    }

    This is a quick little fix..

  3. #3
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    I was mucking around before you answered and I cant get my text back to black what did i do haha

  4. #4
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    While i'm at it, I have added an image for the top catergoy bar but it won't fit perfectly in the space I have tried resizing it and that doesnt work. Where on the style sheet can I change it so it will fit. minus the white line

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    Quote Originally Posted by imperialis View Post
    I was mucking around before you answered and I cant get my text back to black what did i do haha
    Bad, little boy, mommy is going to spank you...
    Ozzy Osborne, A crack in the sky is a crack in the Window!!!

    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #FFFFFF;
    white-space: nowrap;
    }

    Change the red font above to 000000

  6. #6
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    it would be bad girl not boy haha
    anyway we are back to black
    I shall now try the white line removal

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    Sure, go ahead...
    Now I am listen to Neil Diamond "I am, I said"

    Nice looking site

  8. #8
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    Thanks still have a bit to go

  9. #9
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    Im
    The answer to the white line is in Thread #2

  10. #10
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help!!! That white line

    I see it i don't know what to change now as I changed it to put the image in

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color #996633;
    font-weight: bold;
    color: #000000;
    background: #ffffff url(../images/bar.jpg);
    background-repeat: no-repeat;
    height: 1%;
    width: 100%;
    }

 

 

Similar Threads

  1. help: how to remove logo's white line
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Oct 2008, 09:16 PM
  2. The White Line
    By fabienne in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jan 2008, 02:48 AM
  3. Help with white line at Breadcrumb
    By crazycucumber in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Oct 2007, 07:26 PM
  4. White line appearing in IE
    By barricades in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2007, 07:48 PM
  5. White line
    By mistylynmouth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jul 2006, 02:06 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