Awesome-CV
Awesome-CV copied to clipboard
How to change the margin of cvitems?
To begin with, thank you very much for this beautiful template.
I'm trying to reduce the left&margin by replacing the following command in awesome-cv.cls: \geometry{left=2cm, top=1.5cm, right=2cm, bottom=2.0cm, footskip=.5cm} by \geometry{left=1.27cm, top=1.5cm, right=1.27cm, bottom=2.0cm, footskip=.5cm}
However, the cv items then become unaligned on the right hand side. How could I change the margin of cv items to make them aligned with the whole environment?
Best, Meng
The length of the entries is currently hard coded. That needs to be fixed.
Thanks for the reply.
You can change the page margin in the resume.tex file:
% Configure page margins with geometry \geometry{left=1.4cm, top=0.8cm, right=1.4cm, bottom=.8cm, footskip=.5cm}