Sidebar widget in Twenty Ten showing at bottom
-
I flipped the sidebar from right to left in Twenty Ten using the CSS code below, and now the Primary Widget Area (with the Search widget) is showing up at the bottom instead of the top. What’s going on?
Site is mercermilling.com. Thanks!
/* LAYOUT: Two columns-reversed
DESCRIPTION: Two-column fixed layout with one sidebar LEFT of content */
#container {
float: right;
width: 100%;
margin: 0 0 0 -24px;
padding: 1em 0;
}#content {
margin: 0 20px 0 280px;
}#primary,#secondary {
float: left;
overflow: hidden;
width: 220px;
}The blog I need help with is: (visible only to logged in users)
-
Please use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can copy and paste your text into a thread that will appear in the CSS Forum where you will get the help you need.
- The topic ‘Sidebar widget in Twenty Ten showing at bottom’ is closed to new replies.