Hi feeleep,
First of all, thanks. I really enjoy this theme.
I am using the SMTP plugin to send email (Gmail) to send all emails from Wordpress and the contact form’s content is never sent. Site notifications work fine and the contact form submit button works correctly, the form is submitted and passes the tests.
I have looked in the contact.php source to see if I can find where to choose SMTP or another plugin to send mail but I am more of a Python programmer so I’m lost. Where can I look, what can I fix to make the email send through the SMTP plugin?
Also, is there any way to resize the logo fields? I have looked in the CSS but changing the dimensions still only shows a piece of the logo.

Contact form uses standard PHP mail() function which should work with no issue. However, I’ve noticed certain servers ‘refuse’ to send form data to e-mail address which doesn’t share the same domain name with the site itself. Will you be able to check it out? As for using a plugin to send form results, I’m not sure, I guess plugin author(s) could provide better information than I do.
You can ‘fix’ logo height and/or width by doing the following:
1) Open ‘style.css’
2) Go to line 95.
3) Styles for DIV id #branding contain width and height; increase or decrease value(s)