Feature Box With Equal Heights - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Feature Box With Equal Heights

MM

marley man

SP Page Builder 7 months ago

On this page under "SERVICES" I am using the Feature Box Addon: https://donerightchimney.com/ The 3 black Feature Boxes are different heights, making it look sloppy.

How can I make the 3 Feature Boxes all the same height please?

Thank you!

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #188307

Hi

Thanks for contacting us, Use this CSS in your custom.css file

#sppb-addon-09203cd8-3162-4506-83c1-126e235a54ba {
    height: 350px;
}
#sppb-addon-3e8d4d3e-ecc9-47e2-ad33-57a794487c1d {
      height: 350px;
}
#sppb-addon-b5ec6c04-5420-4e32-adbb-3b5a6e0385f6 {
     height: 350px;
}

-Regards.

0
MM
marley man
Accepted Answer
7 months ago #188309

Worked like a charm thanks!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #188315

Glad to know that. You are always welcome.

0