https://www.onesourcebackground.com/totalcheck-landing-page/
Why are the icon boxes on this landing page not adjusting to the amount of content? As you can see, the content goes beyond the border of the box. I thought this border adjusts depending on the amount of text. Please advise!!!
Hey!
You have following custom CSS code added
.iconbox_content {
height: 210px;
}
Please remove it :)
Best regards,
Yigit
I obviously put that in there for another Icon box on a different page. If I remove it then that element would revert to the default. How would I know so I can assign a custom CSS class ID so it will continue with height 210px? Or can I apply a custom CSS class to these icon boxes to “ignore” that CSS code? The latter would probably be easier than searching every page that uses Icon box elements.
I wonder if it was for this page: https://www.onesourcebackground.com/forms-and-documentation/
I just removed the border.
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and change the code to following one
.your-custom-class .iconbox_content {
height: 210px;
}
Regards,
Yigit