I added a photo in ModernCV Title using the command below. The results are in example 1. I would like to have it in a way that the both the photo and title are centered in the title as one bloc as in example 2.
Code
\makeatletter
\@ifpackageloaded{moderncvstylebanking}{%
\let\oldmakecvtitle\makecvtitle
\renewcommand*{\makecvtitle}{%
\oldmakecvtitle%
{\raggedleft\includegraphics[scale=0.8]{picture}\par}%
}%
}{%
}
\makeatother




\begin{textblock}{0}(11.4,0.5) \includegraphics[scale=0.07]{photo} \end{textblock}– Odin Sep 14 '14 at 18:32