Hi all,
On this page's main slider and the 6-story box beneath, there are some issues handling overflow. Varying heights of headlines and images make text cut off on the bottom of their containers.
Ideally, I would like no text to be cut off and for there to be an ellipsis (...) at the point where the text is cut off.
Yea I noticed that when I declare heights on elements, when you zoom out of the browser and/or different resolutions, you will notice a paragraph for instance will 'overflow' your div/container. Just give the desired padding to the bottom of the element and delete the height.
Thanks for your quick responses.
My problem is that the paragraph elements (eg. in div class "feature_info" in the main carousel) print much more text than is shown and the bottom of the "feature_list" container cuts the text.
I can't seem to remove the height from "feature_list". When I add the padding to "feature_list", this still happens, space is just added between the cut text and the bottom of the container, as you can see in the attachment.
If you try this in Firefox or Chrome Developer Tools, when you remove the height, the entire container and all of the content is erased. So it looks like I need to keep the height declaration. Nothing happens when I remove the overflow:hidden; statement.