Closed (fixed)
Project:
Framework
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Feb 2008 at 17:52 UTC
Updated:
29 Feb 2008 at 23:45 UTC
Trust me, if I knew how to add a patch, I would.
Anyways, when you get rid of the left sidebar and opt for a right sidebar only, the right sidebar will sink below the content area. This is because the content (center) is missing a float to the left.
A simple fix is to add a float: left; to the body.sidebar-right #center:
body.sidebar-right #center {
float:left;
border-right:1px solid #E9EFF3;
padding-right:10px;
width:802px
}That fixes it.
Comments
Comment #1
scottrigbysubscribe :)
Comment #2
andregriffin commentedThanks, will be fixed in 1.4
Comment #3
andregriffin commented