I confronted some problems with footers in my doc. As far you can see a footer on the first page and a footer on another page, the position of the footers are different. And I have no idea how to fix this.
This is my part of code:
\documentclass[10pt]{article}
\date{}
\usepackage[utf8]{inputenc}
\usepackage[margin=1.15in]{geometry}
\geometry{
top=1.8cm,
left=1.5cm,
right=1.5cm,
bottom=1.8cm
}
\usepackage{anyfontsize}
\usepackage{fontspec}
\setmainfont{Quicksand}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[dvipsnames]{xcolor}
\definecolor{links}{HTML}{16e5fe}
\hypersetup{
colorlinks,
linkcolor=16e5fe,
urlcolor=links
}
\usepackage{sectsty}
\sectionfont{\fontsize{28}{31}\selectfont}
\subsectionfont{\fontsize{21}{24}\selectfont}
\usepackage{titlesec}
\titleformat*{\subsubsection}{\large\bfseries}
\usepackage{ifthen}
\newif\Ifwww
\wwwtrue
\usepackage{algpseudocode}
\linespread{1.5}
\usepackage{tcolorbox}
\newtcolorbox{mybox}[3][]
{
colframe = #2!25,
colback = #2!10,
arc=0pt,auto outer arc, left=1pt, boxsep=10pt, boxrule=1pt,width=\columnwidth, right=1 pt
#1,
}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancypagestyle{plain}
\fancyhf{}
\lhead{MS Exchange User Manual} % левый верхний колонтитул
\chead{} % центральный верхний
\rhead{{\includegraphics[height=0.96cm]{www/Screenshots/WWWcompany_fin_GRB.png}}} % правый верхний
\lfoot{{www - Visit our Customer Support Hub: \href{https://www.com}{https://www.com}}} % левый нижний
\cfoot{} % центральный нижний
\rfoot{} % правый нижний
\renewcommand{\headrulewidth}{0pt} % линия под верхним к.
\renewcommand{\footrulewidth}{0pt} % линия над нижним к.