• I just can’t seem to win! I’d really appreciate any help.

    When I create a post on my blog = https://www.lapaonvaal.co.za/blog,
    I like to add thumbnails to paragraphs or between them.
    When I add a thumbnail to appear to the left and have the text continue
    alongside it to the right, it looks like it should in the editor.
    Once I save and publish the post and have a look at it, it is completely out of place and its looks terrible.
    I have tried and tried to align or drag it but to no avail. It still misplaces it once its published/updated.
    I upload the post images via the ordinary picture upload.

    Please what am I doing wrong?
    or am I just too stupid for this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your site actually looks pretty nice! I see you’re learning what all my clients do – WYSIWYG editors for webpages never do exactly what you want. Ever. The web is not Microsoft Word. ??

    However, with a pinch of CSS styling you can often fix things a bit. Try going to Appearance – Editor, and in style.css, take a look at the code for this. I added the float and margin lines to what was already there. It looks pretty good, and you can try it:

    img {
    border:0 none;
    float:left;
    margin-right:15px;
    }
    Thread Starter Jase475

    (@jase475)

    Thank you for the reply!

    I am going to try but the blog seems to take some time to load lately ever since updating to the latest version of WordPress.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HELP!!!!! Aligning of thumbnails in posts’ is closed to new replies.