Awesome-CV icon indicating copy to clipboard operation
Awesome-CV copied to clipboard

How to change the margin of cvitems?

Open MFYALE opened this issue 8 years ago • 4 comments

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

MFYALE avatar Nov 21 '16 18:11 MFYALE

The length of the entries is currently hard coded. That needs to be fixed.

johannesbottcher avatar Nov 24 '16 06:11 johannesbottcher

Thanks for the reply.

MFYALE avatar Nov 30 '16 00:11 MFYALE

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}

yahsiuhsieh avatar Jan 25 '21 09:01 yahsiuhsieh