Please check this screenshot:
http://www.quintin.com.cn/wp-content/uploads/2012/08/562ce4977cd24341ecc8bf811b10fdca.png
There is something wrong with the picture of last footer widget. I just can see half of this picture.
I have added these in my custom.css
#footer .container .one_fourth.first {
width: 110px;
}
#footer .container .one_fourth:nth-child(2) {
width: 145px;
}
#footer .container .one_fourth:nth-child(3) {
width: 235px;
}
#footer .container .one_fourth:nth-child(4) {
width: 325px;
}
Then, I have added this text widget in my footer column 4:
<p style="text-align: center;">
Copyright 2012 - Quintin China</p>
Please help me resolve this problem. Thank you very much!














