Hey there tomashan92,
How are you doing today?
I’ve checked your site and your home page looks pretty centered to me so I can’t find anything not being properly centered there, see screenshot
http://screencast.com/t/l9qjJQEfQQ9.
The only thing I found was actually on your single post pages, where your p elements are having 65px right margin which is making your content images and text not really being centered.
To override that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.entry-content p {
margin-right: 0;
}
If there is anything else please post link to those pages and let me know and I’ll be happy to help 🙂
Have a nice weekend!
Cheers,
Bojan