Hi,
Above I saw the solution to give the services-boxes a minimum height by applying the following code in the custom CSS:
#services-box{min-height:402px;}
But I would like to apply the opposite approach, i.e. giving the boxes a max height so that they just show 4 or max. 5 text lines and not more. I tried this but by applying the following code in the custom CSS:
#services-box{max-height:400px;}
the boxes are getting smaller – that’s fine – but the text is still the same and overflows the bottom margin of the boxes.
Is there a possibility to also shorten the text to be aligned with the max. height of the boxes?
Thank you!
Günther