• [Moderator note: moved to Fixing WordPress]

    Non coder question alert:

    Since a few days my image wrap around feature when posting is off. When I post an image into a page or blog post I used to be able to select how (or if at all) the text should wrap around the image. This used to work beautifully until a few days ago. If you look here you see an example of two images (the images with the book) that are selected to be left bound with text wrapping around on the right. For some reason I get only one line and the rest offset below the image.
    Specifically I am referring to “Have you always wanted to learn…” and “The book Music Theory…”

    I have Visual Composer but did this without it (preferred). Just used the WP Visual Editor. Added the picture via ADD MEDIA.
    I use the Rhythm theme, plugins, themes, WP are all updated.

    https://arisbassblog.com/music-theory-for-the-bass-player/

    Thank you for any help!
    BF

    • This topic was modified 7 years, 2 months ago by bdbrown.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like your theme does not have standard WP classes used to align images.

    You will see that WordPress has added alignleft class to your image but looks like your theme does not have any styling for that class.

    In your theme’s css or in customizer CSS box, you may add following WordPress standard classes for Image alignment i.e.

    img.alignright {float:right; margin:0 0 1em 1em}
    img.alignleft {float:left; margin:0 1em 1em 0}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    a img.alignright {float:right; margin:0 0 1em 1em}
    a img.alignleft {float:left; margin:0 1em 1em 0}
    a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

    More info: https://codex.wordpress.org/Styling_Images_in_Posts_and_Pages

    Thread Starter bassflower

    (@bassflower)

    warmarks, thank you very much for your reply.

    I will see if I can figure out where to paste that. The other thing I noticed is that on all my posts the image captions do not have the formatting they are supposed to have (smaller font. Instead, they are “paragraph” and don’t budge to being told otherwise.

    This all used to work properly and now suddenly doesn’t anymore. All I changed is hosting services, did nothing as far as the theme is concerned.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Wrap Around strange’ is closed to new replies.