Themekraft / _tk

Themekraft Starter Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zendesk user feedback

svenl77 opened this issue · comments

When you have a blog with a image aligned to the center, this works fine.
Text appears either above or below the image. And the'Posted in' and 'Tagged' appears under the image.

When you align the picture to the left or right, the next blog below it will start to wrap around the image, as well as the posted in and tags.

I simply put this into the css file.

.entry-meta {
clear: both;
}

Just might be something to consider for a future release.

fixed