Reply To: Misaligned images of recent post widget on sidebar> single post

Homepage Community Forums Epik Theme Support Misaligned images of recent post widget on sidebar> single post Reply To: Misaligned images of recent post widget on sidebar> single post

#7670
Wes
Moderator

    Not sure why they are showing up like that. Try adding this to your css file –

    .featuredpost .post {
        clear: both;
    }