Change Site Left & Right Padding?

Hi Aigars,

Hoping you could help me figure out how to change the left and right padding for the whole site.

I was able to figure out how to change the padding for the post body by injecting this css, but not the whole site.

.entry-title a {
   padding-left: 60px;
   padding-right: 60px;
}

Any help will be appreciated.

Code that you posted applies only for post title and not content or website in general.

Please post your website URL and I will have a look.