Jump to content

[Résolu]Problème avec mon footer


Recommended Posts

Bonjour,

J'ai un petit soucis avec mon footer qui se trouve dans la boutique au lieu d'être en dessous (voir le site) et même avec firebug je n'arrive pas à trouvé le problème.

Donc si quelqu'un qui passe par la et peut me donner un petit coup de pouce pour régler ce petit soucis ça serait cool de ca part.

Mon thème est pres3a

Edit :

J'ai réussi à avancé un peu mais ce n'est pas vraiment ça !!
Normalement le texte du footer ce trouve dans le noir de la boutique et pas dans le corps en blanc.
En plus maintenant le lien n'est plus cliquable comme avant.

Link to comment
Share on other sites

salut,
dans le fichier global.css :

la ligne 979 :

change :

#roundedbot {
   background-image: url("../img/roundedbot.gif");
   background-position: right center;
   background-repeat: no-repeat;
   clear: both;
   height: 9px;
   margin-bottom: -75px;
   margin-top: 10px;
   overflow: hidden;
   padding-top: 81px;
   position: relative;
}



Par :

#roundedbot {
   background-image: url("../img/roundedbot.gif");
   background-position: right center;
   background-repeat: no-repeat;
   clear: both;
   height: 9px;
   overflow: hidden;
   position: relative;
}



la ligne 994 :
change :

#footer {
   clear: both;
   color: #A6A6A6;
   margin: 0 auto 2px;
   padding: 0 0 20px;
   text-align: left;
   width: 980px;
}




Par :

#footer {
   clear: both;
   color: #A6A6A6;
   text-align: left;
   width: 980px;
}



la ligne 1005 :
change :

#footer ul, #footer p {
   padding-left: 10px;
}



Par :

#footer ul, #footer p {
   background-color: #000000;
   padding: 10px;
}

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