Ok sorry, I managed to reduce the right side bar padding by using the code
COPY CODE
.sidebar-right .inner-content {
padding-left: 10px;
}
Instead of the original padding-left: 35px.
Now I still need to reduce the Main Content width a little (at the 75% setting).