I am using the following packages to set up my chapter headings but there is still a major space below the chapter heading the the content in the table of contents.
Any way of removing it.
\usepackage[Sonny]{fncychap}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@makechapterhead}{\vspace*{50\p@}}{}{}{}% Removes space above \chapter head
\patchcmd{\@makeschapterhead}{\vspace*{50\p@}}{}{}{}% Removes space above \chapter* head
\makeatother
Package fncychap redefines the appearance of chapter titles by redefining the internals, so much more stuff has to be dealt with when changing the appearance.