Any suggestions on removing the vertical line between name and title using ModernCV style banking? Looks very weird in case of a long name.
I got to the styling document but haven't been able to understand it.
Minimal code to reproduce:
\documentclass[11pt,a4paper,sans]{moderncv}
% moderncv themes
\moderncvstyle{banking}
\moderncvcolor{burgundy}
\usepackage[scale=0.75]{geometry}
\usepackage{enumitem}
\name{This is a very long name}{A}
\title{\newline Curriculum Vit\ae{}}
\begin{document}
\makecvtitle
\end{document}


