• Hi.

    I run https://www.obsid.se

    And until today, whenever I wanted to insert an image in the middle of the text I would hit enter to get a new row, and just insert media there, and the Image would get inserted on it’s own row.
    However, since this after noon, the image pushes the text out to the right and ends up on the same row.
    I then can’t get the text down under the image without it creating a lot of blank spaces, and the post get very long with long stretches of blanks.

    I’ve never experienced this before, I’ve posted about 150 posts, almost all with images and none have had this problem.
    I made posts yesterday wich ended upp perfekt.

    I’ve reinstalled WordPress, but the error continue.
    I’ve tried to make a new post, and insert and image I know have worked in a previous post, but the problem still persists.

    I would greatly appreciate any help on the matter.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you link to a post where you have the problem?

    Thread Starter Eklundz

    (@eklundz)

    Heres the post:
    https://www.obsid.se/mode-och-grooming/dress-slippers-sommarens-skotrend/

    It looks perfekt on my iPhone tough, the Website is responsive.
    Tried in both Chrome and Firefox as well.

    Here is the CSS that positions your images.

    img.aligncenter, img.alignleft, img.alignright, .wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
        margin-bottom: 1rem;
        margin-top: 0.8rem;
    }

    You are using img.alignleft for that particular image. That makes the text appear to the right of the image. You may edit that post and change it to alignnone and see what happens. If it helps, you can add corresponding changes to your CSS.

    Thread Starter Eklundz

    (@eklundz)

    Ahhh, great!
    Such an easy thing to miss, I remember that I centered an image in a previous post, then I chose left for these ones, thinking it was the default, when it was “None” that was default alignment.

    Thanks a lot, you made my day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wierd formating when I add images to posts’ is closed to new replies.