http://www.blogforit.com/ See the sidebar were the payperpost icon is how do i get that as far right as it can go within the white space, and the posts text over that way too. Anyone get what i mean?
Most likely you will need to edit your css file. Looking at your css file, I would start here: .narrowcolumn{ float: left; width: 479px; background: url(images/dotted_vertical.gif) repeat-y top right; } Code (markup): and change to: .narrowcolumn{ float: left; width: 619px; background: url(images/dotted_vertical.gif) repeat-y top right; } Code (markup): You may have to play with the width a bit, but it looks like that is all that needs to be changed.