Hi, guys!
Finally decide to ask for help. Yes I know - the particular issue in one or another way has been discussed here. Due to the time restrictions and my very limited coding experience I can’t solve this problem fast enough on my own. The issue is with Comodo secure site seal and Authorize Net seal + their alignment. Sure thing - by simply adding a separate block to the main template with supplied code and my very basic CSS understanding doesn’t help.
Both seals/logos are rendered “outside” the Grid 9 block. It renders like this:
This is the desired look:
+ the logos (incl payment systems) are aligned to the “bottom”
Comodo (seal/logo)code:
(Add this before your </HEAD> tag:)
<script type="text/javascript"> //<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/": "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>
(Add this before your </BODY> tag”)
<script language="JavaScript" type="text/javascript">
TrustLogo("http://www.ethnograf...85_transp.png","CL1", "none");
</script>
<a href="https://ssl.comodo.com"id="comodoTL">Comodo SSL</a>
AUTHORIZEnet (seal/logo) code:
<!-- © 2005, 2017. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id=“XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX”;</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> </div>
What should be done to solve this problem “the right way”?
Thanks!
Austris
CS-Cart version: 4.6.3
Responsive theme: Modern