• Resolved igendreau

    (@igendreau)


    I’m using the Diary/Notebook theme by Site5. Works just fine with one exception. When my post includes a photo, the post below it sometimes starts to wrap alongside the picture of the post above it, messing up the alignment.

    Where do I look to address this, and how do I fix it? Hoping someone has some insight. You can see an example of what’s happening on my blog located at: https://www.rabidrunners.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The structure of that section looks kind of strange, but you can solve the problem by adding “clear: both;” to the following CSS (line 225 of the style.css file) like this:

    .post, .page {
        background: url("images/bk_post_header.png") no-repeat scroll 78px 0 transparent;
        position: relative;
        clear: both;
    }

    Be aware that it will affect other places — anything that is coded with those classes (post or page) — which you may or may not want. But try it and see what happens.

    Thread Starter igendreau

    (@igendreau)

    Works like a charm. I’ll make sure to check the entire site just to be sure it hasn’t messed anything up. But seems to work just fine. Thanks a ton!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post wrapping next to photo above’ is closed to new replies.