is it possible to put the homepage link in the moderncv header in 2 lines, as it doesn't look nice if it is one line, whereas all the other personal data entries are quite small.
Thankful for any help - it isn't working with \\
or \newline
MWE:
\documentclass{moderncv}
\moderncvtheme[red]{classic}
\firstname{John}
\familyname{Doe}
\homepage{www.thejohnandjanedoefamily.com}
\begin{document}
\makecvtitle
\end{document}