I would like to put some content, for example a beamercolorbox exactly in the middle of the page (horizontally/vertically centered) and then some other content on the bottom of a frame. Centering just the colorbox is easy:
\begin{frame}[plain] \vfill \begin{beamercolorbox}[center]{title} example text \end{beamercolorbox} \vfill \end{frame} How can I now insert some more content at the bottom without disturbing the vertical alignment?
Any help is appreciated!
