Feature Box Fixed Height Setting - Question | JoomShaper

Feature Box Fixed Height Setting

Frank

Frank

SP Page Builder 8 months ago

Hello, i have some feature boxes - three in one row.

In case of different volume of text inside, the boxes have different heights. Is there any chance, to set this height in a fixed dimension - so that all boxes are siliar next ot each other?

I searched foe a while - bit did not find any setting for this?

Thank you

0
6 Answers
Frank
Frank
Accepted Answer
8 months ago #184900

Ok, i got it - you meant the custom css of the page ... thank you - it works.

Some of your answers are short - but sometimes too short, to be clear, where to work on. Thanky anywqay for your god support. Best Frank

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184904

Sorry for this short answer. By the way, glad to know that its now solved. You can now close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184745

Hi

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

You can also check this forum post below:

https://www.joomshaper.com/forum/question/25105

-Regards.

0
Frank
Frank
Accepted Answer
8 months ago #184865

Hi, the infos from the other threat are not working - i tried to do this, css are not working.

Thank you for support!!!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184893

Hi

Use this CSS in your custom.css file

div#sppb-addon-1699462275954 {
    height: 350px;
}
div#sppb-addon-1699462275956{
      height: 350px;
}
div#sppb-addon-1699462275958{
    height: 350px;
}
0
Frank
Frank
Accepted Answer
8 months ago #184896

Ok - i added this in the cusom css-field of each feature box but it does not work.

Or where do i have to fill this in?

Thank you!

0