• Please see this page if you will

    https://onemanz.com/malt/reviews/highland-park-12/

    There is a photo. It appears on the right edge. I would like it to move it so it is closer to the text. But my only options are left or right edge, center, or pushing all text out of the so it stands alone.

    Is there some simple way to tell that photo to move over, without that resulting in the text being displaced?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to use CSS to do so. Do you have custom CSS in your theme or added via a plugin? Once you have that set up, try adding this CSS code:

    #post-219 img {
       margin-right: 100px;
    }

    when you edit the image within the post editor (‘visual’), you have the ‘advanced settings’ options where you can add styles;

    screenshot https://img854.imageshack.us/img854/8973/advancedz.jpg

    (margin might not work when the image is using a caption.)

    Thread Starter tspnyc

    (@tspnyc)

    I have advanced settings but it looked like I could only add space to both sides. I did not realize that, while the horizontal space box would add equal space on both sides of the image, I could simply delete the left margin space in the Style bar!

    Thanks very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Placing photos in text, but not left, right, or center’ is closed to new replies.