mfields / nighthawk

A single column WordPress theme.
18 stars 2 forks source link

Fix featured image placement #12

Open jeherve opened 13 years ago

jeherve commented 13 years ago

Hi,

I have had to change entry-post.php to fix an issue nighthawk had with featured images. They appeared above the post title, instead of within the post (see image below).

So here is my commit, just in case!

Wrong image placement

Fixed

mfields commented 13 years ago

This is not actually a bug, but is how Nighthawk is intended to treat featured images. Both the image and the title should "align top" to one another. I can see what you are going for here and I think your design looks really great with the title underlined. I can see if I can work in a solution where the title is the first thing displayed as this is a much better thing to do. I should be able to float the title left and the image right so it behaves how I want it to while allowing it to do what you need at the same time :)