Content Block Height
Can one control the height of a content block. I see under Advanced that there is an option for Height. I tried entering both "500" and 500px" but neither one seems to make a difference. Any ideas on how to get it to work, if indeed it does work?
Hello Tom,
It looks like the only thing that works is wrapping the HTML of your Content block with a div tag with the following style:
<div style="height: 1000px;">
Your content here
</div>