Featured image issue

Posted in: Newspaper
Post count: 122

Hi,
I went through the documentation and also the forum here but I couldn’t find a solution yet.

After switching to your theme I run thumbnail resize but still, all my featured images do have a grey libe below of the headline of my posts. I croped the images to the suggested size in the documentation but the grey area still appears.

Here is an example: http://www.brettspiele-magazin.de/rattus/

Any idea?

Best,
Norman

Post count: 3343

Hi,
This is strange, i can replicate the bug, we know this situation is like that when you disable the data, comment count, etc like in your case, but in my case works.

Try with this css, add it in Theme panel -> Custom CSS

.post .entry-comments-views {
    bottom: auto !important;
}
.thumb-wrap {
    clear: both;
}

Thanks for the message!

Post count: 122

Perfect, thank you Marius.

Post count: 122

Sorry, but that custom CSS causes another issue. When I paste your code in the theme panel than

1.) the grey area above the featured images disappears, so great
2.) the big image on the frontpage in the top slider is gone 🙁

Cheers,
Norman

Post count: 3343

Hi,
Sorry, I’ve missed a selector, try this css

.post .entry-comments-views {
    bottom: auto !important;
}
.post .thumb-wrap {
    clear: both;
}

Thanks!

Post count: 122

No its working. Thank you, Marius.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.