ordiniputunga Hi. Title is still there, just outside of the visible area. I'm afraid the image is way too height for the text to be shown. I would suggest in Your case to move titles on top using this css:
.single-page > header h1 {
top: 32px;
bottom: auto;
}