• How do I move all 7 images to the center of the page at once, right underneath the header?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    There isn’t an option to center align images when they are in grid format like that. If you’d like you can use some css to have them take up more of the screen like this:

    @media (min-width: 992px) {
    .page-id-4976 [class*=wp-image] {
        width: 22%;
    }
    }

    You can paste that into your custom css box in Theme Options > Custom CSS.
    Hope that’s helpful!

    Hannah

Viewing 1 replies (of 1 total)

The topic ‘Center Images’ is closed to new replies.