The Customers who bought... is not related to the cross-sell mod.
You can adjust the display by adding this to the bottom of your stylesheet:
Code:
.centerBoxContentsAlsoPurch {width: 99% !important; text-align: left;}
.centerBoxContentsAlsoPurch br {display: none;}
.centerBoxContentsAlsoPurch a+br+a {position: relative; bottom: 2.5em;}
The "width: 99% !important;" can be eliminated if you set the also purchased display to one per row in admin > Configuration > Product Info > Also Purchased Products Columns per Row.