Image Layout In A Row - Question | JoomShaper

Image Layout In A Row

DL

David Lenzen

SP Page Builder 1 year ago

Hi I'm using Helix Ultimate with SP Page Builder Pro. I want to generate a "Contact"-Page. Our Employees are linked with an contact-formular. For this i used "Image Layout-Addon".

https://prod.wuppertaler-pk.de/die-pensionskasse/unsere-kasse/das-team-der-pensionskasse

As you see, the Content-Boxes are in differend size. I want them eqal. I tested the Column-Color-Trick, but it don't work for me.

I also tried

.sppb-addon-image-layout-text {
    height: 40px;
}

and

.sppb-addon-image-layout-wrap {
    display: block;
    /* 
    display: flex;
    flex-wrap: wrap; 
    */
    position: relative;
}

This helps for the moment, but it's not "fine"...

Any Ideas?

Thank you.

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #105457

Hello David Lenzen

You have to use Custom CSS to fix this. You can try this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-addon-image-layout-content {
    display: flex;
    flex-flow: wrap;
    height: 200px;
}

Best regards

0
DL
David Lenzen
Accepted Answer
1 year ago #105529

Hi Ofi Khan,

thank you for your advice. Now the Image-Layouts are in the same size, but Heading und Content is mixed, the buttons have different sizes.

Looks not good. Maybe any other ideas?

Best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #110327

Sorry, we do not provide customization support. Please consult a developer for customization.

0