Reply To: Trouble with Category Archive Thumbs

Homepage Community Forums Ally Theme Support Trouble with Category Archive Thumbs Reply To: Trouble with Category Archive Thumbs

#2189
Wes
Moderator

    Take a look on or around line 1361 in your style.css file and remove the width. It will look like this –

    #content .post-image, #content .post-image:hover {
    padding: 0;
    width: 99%;
    }

    Once you remove the width it should show up fine.