Hi,
I used this code, from another thread, to prevent featured images from displaying at the top of pages in Renew:
.page .entry-featured {
display: none;
}
It worked, however, it’s left an odd chunk of space that was not there when the featured image was. I want the top of the text to start where the top of the feature image box/border was, which is about level with the top of the first widget. (see screenshots.)
How can I easily achieve remove the extra chunk of space (in the screenshot with the red box at the top) now to move the text up?