Hi
Ok. Looks good, but not all browsers will process negative margins, so it's better to change "margin: -30px auto 20px auto;" into "margin: 0 auto 20px auto;" and reduce the padding on a different element with code:
- Code: Select all
#gkFooterNav {
padding: 80px 0 20px;
}