Image Vertical Align In SPPB Add-On Clients - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Image Vertical Align In SPPB Add-On Clients

U

UMIF

SP Page Builder 1 year ago

Hi,

sorry for the additional post, but my previous question remains unanswered. Is there a way to vertically align the company logos in the SPPB add-on "Clients"? By default they are aligned to the top somehow but that looks not nice. I would like to align them "middle". The logos have different sizes and aspect ratios.

Please find the described section at the bottom of the following page:

http://jos4.umif.de/about

Thanks and best regards,

Bernd

0
5 Answers
Pavel
Pavel
Accepted Answer
1 year ago #143783

Hi. Try this CSS

.sppb-addon-clients [class*="sppb-col-"] a {
    display: flex;
    height: 100%;
    align-items: center;
}

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143688

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of your issue?

-Regards.

0
U
UMIF
Accepted Answer
1 year ago #143722

Dear Mehtaz,

could you please browse to this page simply:

https://umif.de/about

The clients add-on is implemented at the bottom of the page.

Thanks and best regards, Bernd

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143780

As it is a different size logo I think you can do one thing, keep the circle type logo in one row and https://prnt.sc/gl4jsqloRxdE this type of logo in one row, then it will not look like this, It will then look nice.

0
U
UMIF
Accepted Answer
1 year ago #144113

Dear Pavel,

thank you very much, that is exactly what I wanted!

Best regards, Bernd

0