If you resize the screen the div
s are responsive and move. When the right hand div drops below, it leaves space to the right of the screen. I want all the div
s to automatically center instead of staying to the left
I created this JSFiddler to help explain but it doesn't allow me to post with message. Will post below.
Any help?
Using floats and centering is very difficult. Try using
display:inline-block
instead and addtext-align:center
on the wrapping parent.JSfiddle Demo
Amended CSS
}