How can I center align logos in a 3-column block grid?

I have a 3 column block grid on a page and I’m putting some client logos on there. As of right now, they’re centered horizontally, but vertically, they are aligned on top and I’d like to have them centered vertically.
I’m thinking this is an easy fix, but I’m just not sure how to do it.
Thanks in advance.

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer (no official support provided here).

For Design & Development, Marketing & Media, and Hosting & Optimization discussions you are welcome to use the General Forum to discuss with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

I can’t find where it was moved to.

Hi There,

It was moved inside our own system, don´t worry.

Can you provide your URL so we can take a closer look?

Thanks

http://*/about/

The top row of logos kind of shows what I’m talking about, but the bottom row especially.

Hello @aparis99,

Thanks for sharing URL. Please add following CSS under X > Launch > Options > CSS to center align logo items:

li.x-block-grid-item {display: inline-block; float: none; vertical-align: middle}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.