Problem with image placement

We have a slider on the front page of bloodsweatandpepper.com. The slider has an image on the left hand side. The image displays correctly in firefox, however, it is forced below some text on the right hand side. We have not been able to figure out how to correct this.

Thank you for any suggestions.

HI,

It’s the margin-left on the right float which firefox ignores but chrome doesn’t thus making no room for the image.

Try this:


.flex-active-slide .views-field-title,
.views-field-field-front-slider-copy{margin-left:0}

That did the trick. Thanks so much for your help.