In this code
\documentclass{beamer}
\logo{\raisebox{-2cm}{\includegraphics[width=1cm]{example-image-a}}}
\setbeamertemplate{footline}{
\begin{beamercolorbox}[wd = 1.0\paperwidth, ht = 2.25ex, dp = 1ex, center]{author in head/foot}
This is footline
\end{beamercolorbox}
}
\begin{document}
\begin{frame}{Title}
Frame Contents
\end{frame}
\end{document}
I try to use a negative value with \raisebox to force the logo inside the footline zone.
The result is
My attempt to place the logo inside the footline zone has been unsuccessful. How to hack (apart from inserting the logo directly into footline)?



tikzoverlay in every frame? – Viesturs Jan 26 '18 at 22:00