I can’t help ya now that you’ve changed it….so just take a quick peek at your index.php I believe.
Fixing it would have been the quickest way….you are just missing a closing bracket on on of your div id/classes in your loop, which is probably jacking your whole layout.
____
If you get bored…just for fun…you can update your javascript code in your header and get rid of a bunch of validation errors!
you have a bunch like this that are not valid:
<script src="https://www.peoplewithbandaids.com/wp-content/themes/magazeen/js/pngfix.js"></script>
your plugins have lines like this, which are valid:
<script type="text/javascript" src="https://www.peoplewithbandaids.com/wp-content/plugins/lightbox-2-wordpress-plugin/lightbox/js/prototype.js" ></script>
That particular error isn’t throwing anything off….but why not get valid eh? lol