I am in the process of editing my final PhD. thesis using latex. I need to satisfy certain formatting criteria before I can submit my final thesis to graduate school.
One problem I am facing right now is how to change the left margin of LIST OF TABLES and LIST OF FIGURES to 1.25 inches (see the attached figure below).

Currently, the left margins of all other sections are 1.25 inches and I would like to know to how to change the left margin of LIST OF TABLES and LIST OF FIGURES without affecting other sections.
I guess it has something to do with the following code, but I am not sure which line I need to change exactly
%% tocloft typesets ToC title, so we must give it our heading formats
\renewcommand{\cfttoctitlefont}{\hfill\ncsu@headingformat}
\renewcommand{\cftaftertoctitle}{\hfill}
\renewcommand{\listfigurename}{LIST OF FIGURES}
\settowidth{\cftfignumwidth}{Figure 00.00}
\renewcommand{\cftfigpresnum}{Figure }
\newcommand{\thesislistoffigures}{%
\singlespacing%
\setlength{\cftbeforeloftitleskip}{-\baselineskip}
\setlength{\ncsu@leading}{\baselineskip-\ncsu@capitalheight}%
\setlength{\cftafterloftitleskip}%
{\ncsu@afterschapsep-\cftbeforechapskip-\ncsu@leading}%
\listoffigures%
\clearpage%
\ncsu@defaultspacing%
}
\renewcommand{\cftloftitlefont}{\hfill\ncsu@headingformat}
\renewcommand{\cftafterloftitle}{\hfill}
I found two posts related to my problem but could not resolve my issue completely.
List of tables and List of figures right margin
It would be greatly appreciated if anyone could shed some lights on this issue.
Thank you

