Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    help question Tagline and extra space I want tagline no extras

    I would like to have the tagline, but also get rid of the extra space at the top of my site.

    What do I do for that??

    http://themagicneedle.com/cart/ There are actually two white bars here.

    C

  2. #2
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Re: Tagline and extra space I want tagline no extras

    Remove 10px from margin here this will be at the very top in your CSS file.

    Notice I made the part you need to remove bold.

    Code:
    body {
    	margin: 10px 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-image: url(../images/smstarbg.gif);
    /* background-color:  #c0c0c0;    #e5edf5;  */
    
    	}

  3. #3
    Join Date
    Jun 2005
    Location
    Austin, Texas, US
    Posts
    216
    Plugin Contributions
    0

    css problem Re: Tagline and extra space I want tagline no extras

    Maybe this will help someone...

    I also had a space problem just below my header, but the culprit was actually not a margin. I had the margin set to 0 in the body of my css. The issue was that my header background image was only about 100pixels tall and the body was set to 150px height.

    Sometimes it's so obvious it takes days of staring to realize it.
    :)

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

    Default Re: Tagline and extra space I want tagline no extras

    I found the way to remove the area in which the tagline occupied. I went to the css and located the following and changed the height number until I got it how I wanted it.

    #logoWrapper{
    background-color: #e5d9e5;
    height:150px;
    }

    www.walgifts.com

 

 

Similar Threads

  1. repeating image under tagline - phantom white space
    By mek113 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Apr 2011, 05:37 PM
  2. Removed logo and tagline, now have white space
    By Andi98640 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 May 2010, 05:22 AM
  3. logo and tagline issue
    By WilpackPackaging in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 3 Jun 2009, 01:45 PM
  4. Header/tagline white space
    By immortalitea in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Oct 2008, 04:56 AM
  5. Tagline and banner
    By SpeedBird3654 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 11 Oct 2008, 02:36 AM

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