How can i change background color of copyright section?
I tried to change CSS
`.site-footer .copyright {
width: 100%;
background: #818181;
border-top: 1px solid #818181;
padding-top: 0px;
}
but I got this: http://screenshooter.net/103162058/krgvwtf
I don’t have secondary footer sidebar. How can i ‘delete’ small white stripe between copyright section and footer sidebar? How can i expand to the left and to the right and down?