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
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;