#primary {width: 550px;text-align: justify;margin: 0;float: left; }#secondary {width: 250px;background-repeat: no-repeat;padding: 160px 0 0 0;margin: 1px 0 0 10px;position: fixed;left: 710px;float: left;}
no subject
Date: May 29th, 2012 03:58 pm (UTC)#primary {
width: 550px;
text-align: justify;
margin: 0;
float: left;
}
#secondary {
width: 250px;
background-repeat: no-repeat;
padding: 160px 0 0 0;
margin: 1px 0 0 10px;
position: fixed;
left: 710px;
float: left;
}
Those are the values to adjust. The top one is the width of the entries, and value left changes how far the sidebar is from the left side of the screen. Both can be changed to percents as well. Does that help?