@td8000: Hello Tobi,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To center align site title logo and navigation */
@media screen and (min-width: 64em) {
.site-branding {
margin: 0 auto;
}
}
#header-navigation-area {
margin: 0 auto;
}
/* To adjust height of grey background other pages other that homepage */
body:not(.home) .custom-header .custom-header-content {
padding: 100px;
}
/* To remove the line “BY DRESSEL” and “prev post”/”next post” */
.single .entry-meta .byline, .single .nav-links {
display: none;
}
/* To reduce the height footer widget area */
#colophon #tertiary {
padding: 0;
}
Let me know if this works out!
Kind Regards,
Skandha