Sure. I just looked at the code and I saw that usually my main content is wrapped in a few divs, something like this:
<div id="page" class="hfeed site">
<div id="main" class="site-main">
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
Flipbook doesn’t wrap the content in the primary div:
<div id="page" class="hfeed site">
<div id="main" class="site-main">
As a result the layout lacks padding and the flipbook overlaps onto the header part. Also, the admin bar appears as an ugly white stripe at the top when I view the page and am logged in.
I made my theme myself, based on the underscores theme. I know this problem is really specific to my site, but maybe the plugin could get the code for a page from the page.php template instead of just using the code <div id="page" class="hfeed site">
…