AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: behold on March 05, 2014, 10:32:35 PM

Title: white space under footer
Post by: behold on March 05, 2014, 10:32:35 PM
Hi
I'm using AC 1.1.7
A white space (margin) appears below the footer (In Chrome +/- 0.25 inch; in IE almost 0.5 in)
I've examined the footer.tpl and don't see any likely suspects. When I use my browser to inspect the element I see this...

<p style="position: absolute !important; text-indent: -10000px !important; font-size:1px !important; margin:0; padding:0; height:1px;">
    <a style="margin:0; padding:0; height:1px; font-size:1px !important;" href="" title="Powered by Abantecart eCommerce Solution">Powered by Abantecart eCommerce Solution</a>
</p>

<a style="margin:0; padding:0; height:1px; font-size:1px !important;" href="" title="Powered by Abantecart eCommerce Solution">Powered by Abantecart eCommerce Solution</a>

How can I remove this margin?

Thanks in advance for your help
Chris
Title: Re: white space under footer
Post by: abantecart on March 09, 2014, 03:33:47 PM
Can you post a URL?
Title: Re: white space under footer
Post by: behold on March 09, 2014, 08:03:52 PM
Thank you for your response.

I've seen this on another storefront as well... I cant find the link in my history to show you unfortunately.

But here's the URL

chanelequine.com/CEC_Store

Chris
Title: Re: white space under footer
Post by: abantecart on March 16, 2014, 12:55:14 PM
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/common/page.tpl

Look at the bottom about line 91.
Title: Re: white space under footer
Post by: behold on March 17, 2014, 01:46:30 PM
Thank you!

Left over code - sloppy on my part :-[  Lesson learned  ;)

I appreciate all the help you've given me

Chris