@Daniel: It will be great, if you could add in missing questions.
1. How do I get the logo centered with the social media icons in the bottom right hand corner?
— This, I already gave you instruction for log center and for social media icon in bottom right hand. Go to “Appearance => Widgets” and add Social Widget to Header Right Sidebar. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right {
float: right;
margin-right: -11px;
margin-top: -20px;
padding: 0;
}
#hgroup-wrap {
padding-bottom: 10px;
}
2. How do I eliminate the white space on the top and bottom of the page? I need the page to snap to the top and bottom.
— I already gave you earlier and you have already fixed it.
3. How do I set the footer up like they did in the website?
— Footer, I see that you have changed a lot. Please first reset your footer. Then add Contact us text in “Footer Area One”, Ashley Waye in “Footer Area Two” and Social Widget in “Footer Area three”
4. How do I get the page banners to be full width? Right now, they are the correct size but are automatically being cropped when uploaded.
— This is already fixed.
5. How do I change the overall font size of the site to be larger?
— We don;t recommend to change the font size as it is set as per the screensize using responsive design.