I’m working on a website in WordPress with my own theme/ template. Now I’ve the following question:
How can I put some code to my CSS or HTML, so the content/ field will add a longer field to the page?
My content design consists of rounded corners, so when more content/ text is added than fits, the extra field that appears must have rounded corners too. For example and clarity I added an image:

I need some code for the extra content (the one in the image with the dotted lines.)
The field is white coloured with some little shadow on the left side.
Thanks in advance! Kim
Excuse me if I haven’t understood what you’re trying to achieve, but do you need anything more complicated than the CSS min-height property?