[Tex/LaTex] ModernCV classic style, change space below title

moderncvspacing

I found this post in the forums, and I want to do exactly the same but for moderncv's "classic" style.

I am pretty new to LaTeX and all the maketitle thing makes me dizzy, I tried to understand it a little but I didn't achieve much.

How would you do that?

Best Answer

My answer there is valid for any style. In short, use something like

\usepackage[scale=0.8,top=2cm]{geometry}

in you preamble for the page margins, and put

\vspace*{-5mm}

right after \maketitle.