I want to add an image to my footline and aligned with the text of the same footline.
I have the following in my beamertheme.
\def\logo{%
\resizebox{!}{2.5ex}{\includegraphics{logo-small.png}}
}
\mode<presentation>
\defbeamertemplate*{footline}{example theme}
{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex,%
leftskip=.3cm,rightskip=.3cm plus1fil]{separation line}
\usebeamerfont{section in head/foot}%
\insertshortauthor\hfill\insertshorttitle\hfill\logo
\end{beamercolorbox}
}
\mode
\raisebox{<amount>}{<content>}. Please always add a complete but minimal working example (MWE). Thanks. – Martin Scharrer♦ Oct 9 '11 at 14:28