Pls post the following code into custom css in theme options and see whether it helps
@media only screen and (max-width: 1024px){
#site-logo {
float: left;
}
#primary-menu > ul.menu > li > a {
font-size: 16px !important;
padding: 0 14px 0 !important;
}
}
Regarding the graphic not coming in the middle, you have a empty three column occupying the space in the left which is causing some trouble here. You will have to remove that empty three column from the stats section. Also I see some issues in the markup you have used in this section.
If you still face issues, pls post a temp login to your site and I can take a look.