Trouble with CSS.

I'm sure there's a better way but try pasting the following in your EXTRA.CSS Template

Code:
#donate-dcg-button {
    margin-left: 45px;
}

or the following might be better

Code:
#donate-dcg-button {
    margin: 0 45px;
}
 
Top Bottom