Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Where is this padding/whitespace?

    Hi, this whitespace/padding is driving me crazy....

    http://www.undergroundtoys.co.uk/fgstore/

    Under where it says text, and above the Featured Products box. I've done the usual search with Developer's Tool Kit but to no avail... Pointers gratefully appreciated....

  2. #2
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Where is this padding/whitespace?

    Hi,

    I think you are refering to the top margin on the featured products box.
    Try adding...
    HTML Code:
    #featuredProducts {margin-top: 0;}
    ...to the end of your stylesheet.

    Regards,
    Christian.

  3. #3
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Where is this padding/whitespace?

    Quote Originally Posted by CJPinder View Post
    Hi,

    I think you are refering to the top margin on the featured products box.
    Try adding...
    HTML Code:
    #featuredProducts {margin-top: 0;}
    ...to the end of your stylesheet.

    Regards,
    Christian.
    That worked a treat, thanks mate... Now the slight space above both Categories and 'Go Look' might be removed the same way?

  4. #4
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Where is this padding/whitespace?

    In fact I'd like to get rid of all padding/whitespace in the main page....

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

    Default Re: Where is this padding/whitespace?

    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #336633;
    	margin-top: 1.25em; /*this is putting 12.5px space above every sidebox*/
    	}

  6. #6
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Where is this padding/whitespace?

    Thanks Glenn ..... Any idea about the space above the featured products box?

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

    Default Re: Where is this padding/whitespace?

    Part of that is an empty <h1> which is still taking up some space, and another part is center column padding.
    Code:
    h1#indexDefaultHeading {display: none;} 
    
    .centerColumn {padding-top: 0;}
    You may want the padding on other pages; if so, try
    Code:
    #indexDefault.centerColumn {padding-top: 0;}

  8. #8
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Where is this padding/whitespace?

    Thanks again mate, you're a lifesaver....

 

 

Similar Threads

  1. Does anyone know where this is/how to make this?
    By uruharacosplay in forum General Questions
    Replies: 1
    Last Post: 3 Aug 2011, 12:51 PM
  2. too much whitespace. How do I control whitespace?
    By bcbailey in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 16 Dec 2008, 04:57 PM
  3. How do I change this padding?
    By diane22 in forum General Questions
    Replies: 4
    Last Post: 12 Dec 2008, 08:23 PM
  4. Where to change padding center box?
    By Callan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2008, 10:54 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