• Hi,
    I can’t get any images in posts or pages to align where I need them to be.
    The images are always set to the left (or no alignment set), even though the style display shows that an alignment has been set. Sometimes it works when it’s set to center.
    The only way I’ve found around it is to manually insert the <center> code into the style tab, but it doesn’t work for any other alignment.
    I can’t ever get the text to wrap around the images either.

    I know I’ve been able to set alignments and text wrapping really easily on other wordpress themes and sites, so I’m not sure why I seem to be missing something about this theme and site.

    Thanks.

    Site is https://www.thewriteturn.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • This doesn’t seem to be a problem with the theme as such, but rather with a Pinterest plugin. You could try to overwrite the pibfi_pinterest class in your styles.css file like this:

    .pibfi_pinterest {
    display: inline;
    }

    And obviously remove the <center> tag around the image.

    Thread Starter krakenck

    (@krakenck)

    That’s excellent. Thank you.
    Easiest fix was to disable the plugin and everything works as it should now.

    (shame on me for not troubleshooting plugin compatibility first!)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Aligning Images with Text in Posts and Pages’ is closed to new replies.