Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m sure there is a way to make the images full-width, aside from directly inserting them, but centering them will be much easier.

    You would just need:

    .tiled-gallery .gallery-row {
        margin: 0 auto;
    }

    Hope that helps!

    Thread Starter nishikk

    (@nishikk)

    Oh, thank you so much. Yes, it helped me center the images, so that they don’t look quite as skewed.

    I am still hoping someone can help on actually inserting images that span the content area. There’s no reason for them to squashed up in the center, when the images are actually big enough to occupy the space area.

    Thanks again for the centering code 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Questions about image alignment’ is closed to new replies.