Hello
I have a problem with the right columm.
It's placed below the main content.
My site is www.geukes-ict.nl Where you can see the random image in the right column below the main content.
how can i set de random image higher near the main content?
Hello
I have a problem with the right columm.
It's placed below the main content.
My site is www.geukes-ict.nl Where you can see the random image in the right column below the main content.
how can i set de random image higher near the main content?
Comments
Comment #1
roberto211 commentedive fixed the problem.
Comment #2
Alan Cooney commentedComment #3
roberto211 commentedi thought ive fixed the problem with the following code.
#sidebar-right {
float:right;
margin-top; -400px;
but on every page the hight of the right sidebar is different.
is it possible to get the right sidebar on every page at the same hight?
Comment #4
Alan Cooney commentedThe problem is that you have content which is too large for its container. To fix this change:
#main {
float:left;
width:500px;
}
in style.css to
#main {
float:left;
width:500px;
overflow: hidden;
}
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.