I'm writing my thesis using a twoside report. However, when it comes to the title page I think I want to have it centered i.e. the left margin and the right margin to be equal. How can I achieve this for the title page only?
This is a minimum working example demonstrating what I mean:
\documentclass[11pt,twoside,a4paper]{report}
\title{The title of my thesis}
\author{My name \\ \\ \\ \emph{Supervisor:} \\ My supervisor's name \\ \\}
\date{\today}
\begin{document}
\maketitle
\end{document}
Thanks in advance!

geometrywithout options still changes the margins (and thus f*cks up myclassicthesisdocument). Any way to avoid that and only have it apply to that one page? – oarfish Aug 13 '15 at 12:54