Homepage › Community Forums › Optimal Theme Support › Home Featured Post Problem › Reply To: Home Featured Post Problem
If you decrease the width on the home featured posts then it will fit. They are a pixel too wide to fit within the space. You could change it to 220px or less like this –
.home-featured-posts .featuredpost .post { margin: 0 15px 0 0; width: 220px; }