Closed paulmenzel closed 1 year ago
If you just want to add a fixed spacing before the first \cvsection
for manual aligning, a simple
\begin{document}
\makefrontsidebar
\vspace*{-1ex} % <--- use this
\cvsection{Experience}
[...]
does the trick for me. Note the additional *
in \vspace*
though.
Why negative spacing? Adding an element before the first section header (even if it's just spacing) will make it think it's not at the top, so it will add the pre-configured 1.5ex
title spacing. Hence, -1ex
will effectively add 0.5ex
on top.
Awesome! Thank you so much for your help and the solution. \vspace*{-3ex}
worked for me.
Thank you very much for this style. With no profile picture, I deleted the top, so the name is at the very beginning:
Now I am trying that the name (big font size), and the CV section (smaller than name font size) are aligned at the font bottom and not top.
Unfortunately, I am unable to add space before the first
\cvsection{…}
.\vspace{}
is ignored, and changing the<before>
in\titlespacing*{\section}
also does not apply it for the first title of the page.Do you have a hint, how I can achieve this?