That is my current header. The problem is that the title is too near of the right floating part of the header (the title ends after the beginning of the email image).
I see two solutions.
- Define a margin between the title and the right floating part of the header.
- Put the title below the right part of the header.
That is my code.
Code: Select all
\PassOptionsToPackage{pdfpagelabels=false}{hyperref}
\documentclass[a4paper,11pt]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[francais]{babel}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\usepackage{color}
\setlength{\hintscolumnwidth}{0.15\textwidth} % colonne de gauche plus large
\firstname{Nicola}
\familyname{Family}
\title{\textcolor{black}{\textbf{Étudiant en 2\up{ème} année de Diplôme Universitaire de Technologie en Informatique}}}
\address{33 rue des petits oignons}{00000 Ville, France}
\email{adress@domain-name.fr}
\mobile{+33 6 00 00 00 00}
\extrainfo{Né le 33/33/1333}
\begin{document}
\maketitle
\section{Formations}
\end{document}