I am trying to align the coppermine copyright to the left with a padding of 4px for the classic theme but I have tried and tried and cannot figure out how to do it. Any ideas?
Alright I got it. For those who want to also, I modified the file style.css. Scroll down to .footer and add:
position: absolute;
left: 0px;