Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    125
    Plugin Contributions
    0

    Default White space issues

    Hi, ive got some white space above my banner with a slight gap below it also and i am completely oblivious to why. I have checked all margins and nothing should be causing this.

    http://www.clickpurchase.co.uk

    On another note i am trying to give all center Headings a background like the one on the 'New for products for May' and instead of having to style this for every seperate heading im wondering if there is a simple style i can apply to target every one much like the sideboxes which never change.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: White space issues

    open your stylsheet.css , you need to add one rule and modify few rules to set your positions as you have used absolute position in many places.

    add this rule to end of your stylesheet.css
    #logo {
    margin-top : -13px;
    }

    find following rules and modify the red properties / values

    #navigation {
    background-image:url(../images/navigation.jpg);
    height:45px;
    left:200px;
    position:absolute;
    top:12px; Remove this line
    width:650px;
    }

    #navMainWrapper {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-originadding;
    background:#3B5323 none repeat scroll 0 0;
    height:25px;
    left:200px;
    padding-right:20px;
    position:absolute;
    top:56px; Change to 45px
    width:630px;
    }

    this is the best i could come up with hope it helps.

 

 

Similar Threads

  1. White space?
    By dannsboutique in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 Jun 2009, 10:04 PM
  2. White Space....I Know Another White Space Issue...Cant Get Rid Of It
    By enchantedlingerie in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 18 Apr 2007, 03:05 PM
  3. White Space
    By solarchart in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jan 2007, 10:07 PM
  4. more white space issues
    By modchipfitters.co.uk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Sep 2006, 09:07 PM
  5. Internet Explorer Issues - z-index, white space, etc.
    By mafiasam in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 31 Aug 2006, 12:55 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