Viewing 6 replies - 1 through 6 (of 6 total)
  • try and add ‘clear:both;’ to .entry-title in style.css:

    .entry-title {
    	margin-right: 40px;
    clear:both;
    	}

    see if and how that works on all different posts, and pages, and in different browers.

    Thread Starter bbowen

    (@bbowen)

    Thanks. I’m very new to this. Where would I find style.css?

    style.css is one of the theme files.
    you can probably edit it from: admin – appearance – editor: then choose style.css from the list on the right.

    then scroll down a bit, look for:

    .entry-title {
    	margin-right: 40px;
    	}

    and add clear:both; after the semicolon.
    finish by pressing the ‘update file’ button.

    Thread Starter bbowen

    (@bbowen)

    I found it and it worked!

    Now my next problem is not having the text of an entry autowrap around the pics.

    I’d like to have text then the pic or the pic and then text.

    Thanks!!

    from the html code in the browser, it looks like most of the images are added to the posts with left alignment.

    you probably need to edit the posts and each image within them and change the alignment to ‘none’.

    Thread Starter bbowen

    (@bbowen)

    Ok, thanks!!! You’ve been a big help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Posts with pictures running together!!’ is closed to new replies.