The header picture doesn't covere the entire header area. Can I change the header height to match the picture or other way around.
\documentclass[12pt,english]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % GEOMETRY - Provide the geometry settings of document \usepackage{geometry} \geometry{ left = 28mm, right = 28mm, top = 50mm, bottom = 28mm, bindingoffset = 0mm, headheight = 103pt, headsep = 15mm, footskip = 0mm } \usepackage{lmodern} % AMSFONTS - Allows for \mathbb fonts \usepackage{amsfonts} % MARGINNOTE - Allows for additive calculations \usepackage{marginnote,calc,kantlipsum} % TIKS & PGFPLOTS - Allows the creation of graphics \usepackage{tikz} \usepackage{pgfplots} % PARSKIP - Provides instant formatting to indents on paragraphs. Having this package will remove indentation. \usepackage{parskip} % LIPSUM - For debugging purposes; provides text in Latin \usepackage{lipsum} % ESO-PIC - Allows floating text (and perhaps pictures) to be placed in either the foreground or backgrounds \usepackage[pscoord]{eso-pic} % COLOR - Allows user to user colours on text \usepackage{color} \usepackage{xcolor} % TCOLORBOX - Allows for coloured boxes \usepackage{tcolorbox} % VLecture Colours \definecolor{vlecture}{RGB}{63,163,175} \definecolor{vlecture2}{RGB}{184,189,38} % TITLESEC - Stylign on default section headings \usepackage{titlesec} % RELSIVE - Increase the size of equations in the math environment \usepackage{relsize} % CONTOUR - Contours on titles \usepackage{contour} \titleformat{\section} {\color{vlecture}\normalfont\Large\bfseries} {\color{vlecture}\thesection}{1em}{} \titleformat{\subsection} {\color{vlecture2}\normalfont\large\bfseries} {\color{vlecture2}\thesubsection}{1em}{} % MULTICOL - For multiple columns \usepackage{multicol} % DASHRULE \usepackage{arydshln} \setlength{\dashlinedash}{0.2pt} \setlength{\dashlinegap}{4.5pt} \setlength{\arrayrulewidth}{0.2pt} % FANCYHDR - For additional options on headers and footers \usepackage{fancyhdr} \usepackage{array} \newlength{\myoddoffset} \setlength{\myoddoffset}{\marginparwidth + \marginparsep} \pagestyle{fancy} \fancyheadoffset[leh,roh]{\myoddoffset} \fancyheadoffset[loh,reh]{\myoddoffset} \fancyheadoffset[lf,rf]{\myoddoffset + 25pt} %\fancyheadoffset[lof,ref]{\myoddoffset + 25pt} %\lhead{\Large \bfseries\begin{tabular}{c}Year 11 \\ Mathematics \\ Extension 1\end{tabular}} \fancyhead[L]{ \large \bfseries \sffamily \begin{tabular}{c} Year 11 \\ Mathematics \\ Extension 1 \end{tabular} } \fancyhead[C]{ \begin{tabular}{c} \includegraphics[height=2.9cm, width=22cm]{C:/Users/jiech/Documents/Tuition/pictures/pictures/header.png} \end{tabular} } \fancyhead[R]{ \large \bfseries Volume (i) } \fancyfoot[L]{ \includegraphics[height=2.8cm, width=22cm]{C:/Users/jiech/Documents/Tuition/pictures/pictures/footer.png} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % COMMANDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} % Create title page \section{Introduction} \end{document}