I\'m hoping there\'s a way to do this without JavaScript. I have two elements displayed with inline-block. They are both 200 pixels in width and height, so they both appear
You could do something similar to:
@media screen and (max-width: 453px){ #elem2 { margin-left:0 !important; } }
http://jsfiddle.net/YRshx/3/