@robertpkoen: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
1. I’m afraid this is not possible. But if you do want to center the Site Title and social icons, you can use the following CSS:
.header-right-active #site-branding {
width: 100%;
text-align: center;
}
.sidebar-header-right, .sidebar-header-right .widget-wrap {
text-align: center;
float: none;
}
2. white page space at the bottom of my home page – how do I remove this
.home #content {
display: none:
}
3. I’d like to change the color of the page content. This option is not included in customizer, however, this can be done with Custom CSS:
#content #main p {
color: #000;
}
Note: Please change the color hex to your desired color.
Regards,
Mahesh