Answer the question
In order to leave comments, you need to log in
Layout, position:relative creates empty space
The code is here
The
issue is that for some reason there is a lot of empty space under the main block (#page), it seems to be due to position:relative in the left menu.
How to deal with it?
Answer the question
In order to leave comments, you need to log in
try this:
#menu {
float: left;
height: 300px;
margin-left: -160px;
width: 160px
}
#page {
border: 2px solid #404241;
padding: 8px 16px;
top: -300px;
width: 600px
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question