I have a simple example in which an outer DIV contains an inner DIV which has display: inline-block;. Because I have set the
DIV
display: inline-block;
The problem is the display: inline-block; property. Try display: block; instead.
display: block;
http://jsfiddle.net/bs14zzeb/7/