• I’m BRAND new to all this and feel like I’m learning a new language. I’m working with the Custom Community theme and am happy with the set up. However I’ve noticed that as I post the images in my posts are not centered despite selecting that alignment option and making sure there is sufficient spacing between them and the text. Can anyone tell me what’s going on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dlparr

    (@dlparr)

    Here’s a link if that will help: mycrazyeverafter.com

    hi diparr,

    looks like the PinIt plugin (or whatever its called) is causing the issue. The centering works alright, but the plugin puts a span tag around the images, which is set up as inline-block, thus overruling the CSS for the image.

    A quick fix would be to add the following CSS code to the Custom CSS field in the theme settings (CC Settings > Advanced Settings > Custom CSS):

    span.pibfi_pinterest {
      display: block;
    }

    And tell the plugin developer this issue as well, maybe he’s gonna add better support for regular WordPress functionality ??

    cu, w0lf.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photos not centering’ is closed to new replies.