My page can be found here.
Under product picture there is a black video box. I want it to float left, so the small product pictures are inline with video box. Not able to do that. I went through CSS to see if there is some weird positioning involved but I couldn’t find nothing.
If I move the videobox ABOVE the Facebookbutton and make it float, everything works as expected – Facebook button moves up.
you have to set both item containers (divs) to “display:inline-block”, and set a width for the video div “width:70px” for example. Take a look at the screenshot for more info: image here
Margins and paddings would help you to correctly center vertically your video box in the row, but your major problem is solved with those CSS rules
Hope it helps!! 🙂