I want to align my three images horizontally instead of vertically what is the easiest way to achieve this? example
Display the divs as inline-block like so :
inline-block
#christmas_promotion_boxes div { display: inline-block; }
Fiddle