@ken-leidner: Hello there,
Can you please elaborate what you mean by making the sidebar float?
To have a box around the sidebar links
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.sidebar.sidebar-primary.widget-area li a {
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 5px 10px;
display: block;
}
.sidebar.sidebar-primary.widget-area li:last-child a {
border-bottom: 1px solid #000;
}
Let me know if this works out!
Kind Regards,
Skandha