I am not able to get the text next to the image. As you can see, it is shifted downward. p.s. columns width can be changed.
\documentclass[14pt,handout,t]{beamer}
\usepackage{lmodern}
\addtobeamertemplate{frametitle}{\vspace*{2cm}}{\vspace*{1mm}}
\geometry{paperwidth=297mm,paperheight=210mm}
\usepackage{graphicx}
\usepackage{lipsum}
\setbeamersize{text margin left=100pt,text margin right=100pt}
\begin{document}
\begin{frame}
\frametitle{\textbf{Title}}
\begin{columns}
\begin{column}{0.3\textwidth}
\includegraphics[width=\columnwidth]{example-image-1x1}
\end{column}
\begin{column}{11cm}
\begin{itemize}
\item \lipsum[2]
\item \lipsum[3]
\end{itemize}
\end{column}
\end{columns}
\end{frame}
\end{document}



tbut it it had not worked. Hence it wasTand nott. Thank you. – Marco Feb 04 '16 at 20:32T, as you said, works;tdoes not, while the manual at page 25 says "Trying this, he is not quite satisfied with the result as the block on the left has a different height than the one on the right. He thinks it would be nicer if they were vertically top-aligned. So he adds the [t] option to the columns environment." – Marco Feb 04 '16 at 20:39