My footer is not displaying properly on Chrome, but it looks fine on other browsers. I am using a paid theme on my PrestaShop installation, and the support team claims it's an issue with a module, but I'm not convinced.
You can visit the website at: obfuscated To see a screenshot of the bug, click here Here is the CSS code for the footer:
#footer {height:198px;clear:both;background:url(../img/bg_footer.png) 0 0 repeat-x;}
.footer {width:1000px;margin:0 auto;position:relative;}
.footer a {color:#656464;text-decoration:none;}
.footer a:hover {color:#e61c23;}
a.mobile {display:none;}
.footer > div {width:190px;float:left;padding:0 10px 0 0;}
.footer > div h4 {padding:16px 0 0 0;font:bold 12px "Arial";color:#404041;text-transform:uppercase;}
.footer > div ul {}
.footer > div ul li {margin:4px 0 0 0;}
.footer > div ul li + li {margin:5px 0 0 0;}
I would greatly appreciate any assistance!
Thank you in advance