Right now if the browser is resized down the sidebar goes to the bottom. I’d to fix it where it will stay on the side as intended and create a scrolling situation.
You can do that by changing the CSS code, but you really should not be making changes to any theme files — as is, any changes will be overwritten when WP is updated. Use a child theme or custom CSS plug-in to make changes. http://codex.ww.wp.xz.cn/Child_Themes
Once you’ve set that up, add this to the CSS:
#page {
width: 1000px;
}
Viewing 1 replies (of 1 total)
The topic ‘Locking a side bar’ is closed to new replies.