Thank you. it's solved. was an issue with my CSS... it "floated right" instead of leftThat solve the issuecenterBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: right;
}
change from right to left
float : left ;


Reply With Quote
