I used the widget below function to put the feature content module in there. The widget took up the whole top width of the site, which I only wanted to use probably 500px.(keeping the sidebar at the top) I used css to move the sidebar back to the top
#sidebar.right, #sidebar-b.right, #sidebar-2.right, #sidebar-2-b.right, #wsidebar-top.right, #wsidebar-bottom.right {
float: right;
margin-top: -390px;
}
I got everything align on the front page but when i looked at the other pages, the sidebar was higher then the borders. How could i just move the sidebar on the frontpage only?
