Jump to content

Trusted Shop Logo left from Shop logo


C3RO

Recommended Posts

I want to ask my Trusted Shop logo next to the shop logo . Unfortunately without success. in prestashop 1.5 it worked .
here my header.tpl and global.css

.shopsiegel_ontrustnet {
    position: absolute;
    left:-320px;
    top: -240px;
    z-index: 1;
    }
<body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)}{$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '}{/if}{if $hide_left_column} hide-left-column{else} show-left-column{/if}{if $hide_right_column} hide-right-column{else} show-right-column{/if}{if isset($content_only) && $content_only} content_only{/if} lang_{$lang_iso}">
    {if !isset($content_only) || !$content_only}
        {if isset($restricted_country_mode) && $restricted_country_mode}
            <div id="restricted-country">
                <p>{l s='You cannot place a new order from your country.'}{if isset($geolocation_country) && $geolocation_country} <span class="bold">{$geolocation_country|escape:'html':'UTF-8'}</span>{/if}</p>
            </div>
        {/if}
        <div id="page">
            <div class="header-container">
                <header id="header">
                    {capture name='displayBanner'}{hook h='displayBanner'}{/capture}
                    {if $smarty.capture.displayBanner}
                        <div class="banner">
                        <div id="shopsiegel_ontrustnet"><a href="http://ontrust.net/gepruefter-shop-zertifikat-343934170114" target="_blank" title="Shop-Zertifikat prüfen"><img src="http://www.naturalcure.de/gepruefter-shop-siegel-86x86.png" border="0"></a>
                            <div class="container">
                                <div class="row">
                                    {$smarty.capture.displayBanner}
                                </div>
                            </div>
                        </div>
                        </div>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...