[Tex/LaTex] Beamer navigation bar dresden theme

beamernavigation

I am using the dresden theme for a presentation. However, I have too many subsection in a section part of the presentation. The slides I have in a subsection are represented by circles that will highlight when I'm on the current slide. But they're too many and it makes the navigation bar too long. Is there a way to shorten it? Like having to columns of circles or only displaying the current subsection?
I have a row of circles for each slides in each subsection. But 7 subsection makes the rows of circles too long.

\documentclass{beamer}
\usetheme{Dresden}
\usecolortheme[overlystylish]{albatross}
\setbeamertemplate{caption}[numbered]


\begin{document}

\section{Section 1}
\subsection{Subsection 1}

\begin{frame}
\end{frame}

\subsection{Subsection 2}

\begin{frame}
\end{frame}

\subsection{Subsection 3}
\begin{frame}
\end{frame}

\subsection{Subsection 4}
\begin{frame}
\end{frame}

\subsection{Subsection 5}
\begin{frame}
\end{frame}

\subsection{Subsection 6}
\begin{frame}
\end{frame}

\subsection{Subsection 7}
\begin{frame}
\end{frame}

\end{document}

Thank you very much.

enter image description here

Best Answer

Add the compress option:

\documentclass[compress]{beamer}

cf. here