• Hi everyone,

    I am having problems with the native wordpress gallery slideshow feature. They used to work fine for me but now all images in the gallery are aligned left and nothing that I try makes it go back to the center alignment. Seems like something is forcing the images to move left, but I can’t find out what is causing that. I’ve spotted this problem even before the latest WP update, and the problem persists after the 4.2.4 update. There have been no theme updates, nor any changes to the files that I know of. I tried using a gallery plugin, but I don’t like the idea of having to change all past posts that use the native gallery.

    On certain mobile devices (i.e Galaxy S3 and some iphones) the images won’t even display inside the gallery, even though they always did.

    Here’s a post that uses the gallery: https://www.mamaetagarela.com/bolsa-meu-bebe-by-muri-tagarela/

    I tried using firebug and/or chrome’s inspect element to try and change something around but I’m a novice and was unable to spot the problem.

    Could you please suggest something I could do to fix this problem? I’ve been reading about this on the forums for quite a while now with no luck.

    Thank you very much!

Viewing 1 replies (of 1 total)
  • Hi rafaelmanes,

    The slideshow images are aligned to the left because the margin in the CSS is set to 0. This is happening for all images in the #content div. Try adding the following to your CSS file to center these slideshow images:

    .slideshow-slide img {margin: 0 auto;}

Viewing 1 replies (of 1 total)
  • The topic ‘Native gallery image alignment issues’ is closed to new replies.