• Hi guys,

    When I add a picture into my post content box, it looks good. When I preview the text aligns around it, and different paragraphs get a different text size. I’ve set alignment to left but this doesn’t seem to change anything.

    Any advice?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • please post a live link to a post or page with the issue.

    what theme are you using?

    Anonymous User 13290616

    (@anonymized-13290616)

    Hello,

    There are several ways to fix small CSS issues. IMO, one of the safest ways is writing a small piece of CSS just before your post.

    <style>
    #mydiv {
        /* do whatever you need here... */
        font-size: 14px
    }
    </style>

    <h3>My post subtitle</h3>
    <p>Hello world</p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to align text around picture?’ is closed to new replies.