CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Extra space on the right side of page? (http://www.codingforums.com/showthread.php?t=273164)

sll345 09-15-2012 01:07 AM

Extra space on the right side of page?
 
Hi everyone!

My website is i5.nyu.edu/~sll345.

I can't seem to figure out why there's this huge space on the right side. One of my divs could be positioned weird, but I don't know how to go about fixing it. I also tried "overflow-x: hidden" on the style sheet, but the huge space still remained although without the horizontal scroll bar.

Any help would be appreciated!

Sammy12 09-15-2012 02:21 AM

On line 81 of style.css:

Code:

#menu ul {
    background: black;
    padding: 0;
    position: relative;
    min-width: 1100px; /* delete */
}


sll345 09-15-2012 02:56 AM

Oh wow, I put that at the very beginning when I was trying keep the menu from stacking, but I totally forgot about it. THANK YOU SO MUCH! You are amazing.


All times are GMT +1. The time now is 10:28 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.