@ NetWarden
Ok, that extra space is actually on purpose. I forgot about it until I started reviewing it on your site. The min-height is set to 300px. This is required for the category drop down. Many theme’s would cut it off if the space between it and the bottom of the theme’s posts content wasn’t at least 300px. Nearly no one in typical usage would run across this. I see you’re not using the category dropdown, so you could remove the min-height with the following CSS:
#cn-cmap {
min-height: 0 !important;
}
I understand about the shortcode option glossary page. I am working on a secondary site for Connections, a Knowledge Base site. On plan is to have all shortcode options as one post type that can be associated to a product so it would be easy to create a glossary page with that setup. I’ll keep this in mind as I continue building the site.