Thank you. it's solved. was an issue with my CSS... it "floated right" instead of left
centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: right;
}

change from right to left

float : left ;
That solve the issue