Jump to content

Invisible zone which freeze my links


barbarisk

Recommended Posts

Hi,

 

On my PrestaShop website, there is like an invisible zone which freeze my links.

 

I explain: some of my links are no-clickable (while they are built correctly). And i've seen that a word can be clickable on some letters, and un-clickable on others... My code is correct. So I deduce that an invisible div freeze the links which are below. But I don't find it.

 

Someone has a solution?

 

Thanks (and sorry for my bad english).

 

PS: you can see the bug at this address (at the bottom left, the link "paiement sécurisé" is clickable only on the last letters of the word "sécurisé"): http://dans-mon-monde.com/PrestaShop/

 

________________________________________________

CODE OF MY LINKS (in footer.tpl):

<span class="footDMM">Sculptures lumineuses "...dans mon monde" - 84, grand rue - 54 000 Nancy - France - 06 07 17 72 89 - <a href="mailto:[email protected]" target="_blank">[email protected]</a> <br />
		  <a href="http://dans-mon-monde.com/PrestaShop/cms.php?id_cms=1">Livraison</a> -
		  <a href="http://dans-mon-monde.com/PrestaShop/cms.php?id_cms=5">Paiement sécurisé</a> -
		  <a href="http://dans-mon-monde.com/PrestaShop/cms.php?id_cms=3">Conditions de vente</a> -
		  <a href="http://dans-mon-monde.com/PrestaShop/cms.php?id_cms=2">Mentions légales</a></span>

Link to comment
Share on other sites

Hi Barbarisk. Problem is in this piece of css code: (themes/prestashop/css/global.css (line 1640)

 

 

.sousousmenuDMM {

color: #ff3188;

font-size: 9px;

padding-left: 60px; <-- add -left to pad only on the left side. otherwise it creates an 'edge' around the other sides as well.

}

 

Hope this helps,

pascal

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...