Hi, Can you please tell me if it is possible to make the footer background collor repeat-x with css as it is in your site gavick.com?
Thank you
#gkPage,
#gkFooter {
background: none repeat scroll 0 0 #000000;
width: 100%;
}
#gkFooter {
width: 100%;
background: none repeat scroll 0 0 #000000;
}
#gkFooterWrap {
width: 1050px !important;
margin: 0 auto;
}