Thread: Removing Spaces

Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

    Default Removing Spaces

    How do I remove the space between my header image and the top of the page? Also, how do I align the Left Categories to be directly underneath "Home & Log-in" bar (I want the "Shop For" header directly underneath the bar without any spaces between)?

    Thanks!

    http://www.pawglamour.com/

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Removing Spaces

    In the very first section of code in your css (Body) add: margin: 0; making that whole section of code look like this:

    Code:
    body {
        text-align: center;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        background-image: url(/websiteimages/pawbg.jpg);
        margin-top: 0;
        }
    That's one of em.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Removing Spaces

    The other one......it looks like it doesn't want to play nice. The only way I could get it up there is by using a negative margin, which I don't like to do......it's not pretty, but it does work. Find these sections of code in your stylesheet:

    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
        margin: auto;
        } 
    #navColumnOneWrapper, #navColumnTwoWrapper {
        margin-left: 0.5em;
        margin-right: 0.5em;
        }
    These are both together. Now, in the BOTH sections remove "#navColumnOneWrapper".

    Next....below those add a section like this:

    Code:
    #navColumnOneWrapper {
            margin-top: -1.5em; 
            margin-left: 0em;
    }
    That will put it right next to the gray. I added the "margin-left: 0em;", as with it being up there, it just didn't look right with a space on the left side.....remove if you want.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Removing Spaces

    Hmmm......looks like you've already got it done......except for the left margin.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

    Default Re: Removing Spaces

    I must've been working on it while you were looking at it. I got the space on the top removed and played a little with the left and top margins and finally got it.

    Thanks!

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Removing Spaces

    Well, see.......you didn't need me, then, huh? Glad to see you got it worked out.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. v139h Adding and Removing Spaces
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Oct 2012, 04:49 PM
  2. Making spaces?
    By jillybean in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 May 2010, 06:26 PM
  3. navMain spaces
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Oct 2006, 01:17 PM
  4. spaces
    By kjharrison in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Jul 2006, 10:34 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR