Got it to work–it was a matter of making sure that there was enough space for two columns in the pane.
Here is my CSS:
.two-columns .homepage_pane {
margin-top: -20px;
width: 95% !important;
}
#homepage-pane-182 #bbp_topics_widget-2 {
width: 250px;
float: left;
margin-bottom: 10px;
}
#homepage-pane-182 #bbp_replies_widget-4 {
width: 250px;
float: right;
margin-bottom: 10px;
Thanks!!