Homepage › Community Forums › Optimal Theme Support › Misalignment of Featured Posts on Home Page › Reply To: Misalignment of Featured Posts on Home Page
Take a look around line 1064 or search for this – .home-bottom .widget and add overflow: hidden; to it –
.home-bottom .widget
overflow: hidden;
.home-bottom .widget { margin: 0 0 20px; overflow: hidden; padding: 0; }
That should fix it, let me know if it does.