White space in layout

Discussion in 'HTML & Website Design' started by pezza, Apr 8, 2009.

  1. #1
    Hi,

    Im having trouble getting rid of some white space on this skin.

    Does anybody know what's causing it?

    Please look at the attachment for location of white space.

    Thanks a lot.

    Alex
     

    Attached Files:

    pezza, Apr 8, 2009 IP
  2. Oxi

    Oxi Peon

    Messages:
    78
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well your template uses this css script: http://ipbskinning.com/danskin/style_images/css_3.css

    Go to this area:

    * ========================================
    * Main wrapper, this controls the overall width of the board in you browser view window.
    * ========================================
    */

    #ipbwrapper{
    margin: 15px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
    text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
    /* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
    width: 98%;
    }

    Its self explanatory really.... just change the first line from
    margin: 15px auto 20px auto;
    to
    margin: 0px auto 20px auto;
     
    Oxi, Apr 8, 2009 IP
  3. pezza

    pezza Peon

    Messages:
    196
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Im an idiot...thanks a lot.

    Appreciated :D
     
    pezza, Apr 8, 2009 IP