Forums

[resolved] Posts with pictures running together!! (7 posts)

  1. bbowen
    Member
    Posted 2 years ago #

    What is going on here:

    http://thenorthcountryhomestead.com/

    I'm using the K2 theme and it seems whenever I post pics in a post they spill over into other posts.

    What am I doing wrong that I can't have separate entries?

    Thanks.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    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.

  3. bbowen
    Member
    Posted 2 years ago #

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

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    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.

  5. bbowen
    Member
    Posted 2 years ago #

    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!!

  6. alchymyth
    The Sweeper
    Posted 2 years ago #

    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'.

  7. bbowen
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic