How to fix hidden page content behind left header menu

Not sure how to get the content to not go behind the left header menu I build.
Site:
http://wordpress-97623-304509.cloudwaysapps.com/

Screenshot:
https://drive.google.com/file/d/0BzefyCGlZ9AbeEI0R0FIOXFzeTg/view?usp=sharing

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi there,

Thanks for writing in.

You can fix that by this simple CSS, please add this to your global custom CSS

@media (min-width: 980px) {
body {
padding-left: 112px;
}
}

Hope this helps.