AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started 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
-
Can you post a URL?
-
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
-
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.
-
Thank you!
Left over code - sloppy on my part :-[ Lesson learned ;)
I appreciate all the help you've given me
Chris