MWE:
\documentclass{beamer}
\begin{document}
\begin{frame}{meh...}
\begin{itemize}
\item[Hello] World
\item[Hey! Hello?] D'oh!
\end{itemize}
\end{frame}
\end{document}
The names of the items ("Hey!" in this example) get out of the frame and are not visible.
I would prefer to keep as much of the current template intact if possible.
I tried with a description environment at first, but I don't understand the alignment it does.



beamerandenumitemdon't play well together: http://tex.stackexchange.com/questions/31505/trouble-combining-enumitem-and-beamer – Steven B. Segletes Sep 09 '14 at 16:26