Reply To: Misalignment of Featured Posts on Home Page

Homepage Community Forums Optimal Theme Support Misalignment of Featured Posts on Home Page Reply To: Misalignment of Featured Posts on Home Page

#12708
Wes
Moderator

    Take a look around line 1064 or search for this – .home-bottom .widget and add overflow: hidden; to it –

    .home-bottom .widget {
        margin: 0 0 20px;
        overflow: hidden;    
        padding: 0;
    }

    That should fix it, let me know if it does.