I would like to center the sections reported in each slide. Now I have something like that: And I would like that the sections "Academic Background" and "Bachelor Thesis" are centered or aligned to left!
How can I do that?
My code till now is this.
Code: Select all
\documentclass{beamer}
%\usetheme{Madrid} % My favorite!
%\usetheme{Copenhagen}
%\usetheme{Boadilla} % Pretty neat, soft color.
%\usetheme{default}
%\usetheme{Warsaw}
%\usetheme{Bergen} % This template has nagivation on the left
\usetheme{Frankfurt} % Similar to the default
%with an extra region at the top.
%\usecolortheme{seahorse} % Simple and clean template
\usecolortheme{whale} % Simple and clean template
%\usetheme{Darmstadt} % not so good
% Uncomment the following line if you want %
% page numbers and using Warsaw theme%
%\setbeamertemplate{footline}[page number]
%\setbeamercovered{transparent}
\setbeamercovered{invisible}
% To remove the navigation symbols from
% the bottom of slides%
\setbeamertemplate{navigation symbols}[center]
%
Fab.