Search found 1 match

by womullan
Sat Nov 21, 2015 7:26 pm
Forum: Page Layout
Topic: beamer | Change Spacing between Frame Title and Content
Replies: 6
Views: 59288

beamer | Change Spacing between Frame Title and Content

I have added this vspace to many of my slides and looked several times now for a proper generic solution for all slides ! I finally figured it out

It seems the correct way to do this is to add this before the begin document

\addtobeamertemplate{frametitle}{\vspace*{-1.4cm}}{\vspace*{0.2cm}}

the ...