Resizing Page causes second column to fall to the bottom of the page
-
I am running a child theme from Twenty Eleven for my website: https://theup-turn.com/ and recently realized that when the page is shrink to a certain point, the widget bar falls below the main content. I had previously fixed the problem, however, it reappeared a few days ago.
Here is all the CSS coding I have for the content, primary and secondary:
#content {
width:509px;
margin:0 34% 0 8%;
}body {
background-color:#F7F7F7;
}#page {
border:2px solid #69c;
width: 1000px
}#secondary {
width:300px;
margin-right:4%;
}#primary {
width:600px;
}Can anyone help me figure out what is wrong?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Resizing Page causes second column to fall to the bottom of the page’ is closed to new replies.