Jump to content

[Résolu] BLOC FOOTER


Recommended Posts

DANS /* FOOTER */

A CETTE LIGNE

/* Footer */
#footer {
   border-top: 1px solid #d0d3d8;
   padding: 0.5em 0;
   clear: both;
}



TU RAJOUTES

/* Footer */
#footer {
   border-top: 1px solid #d0d3d8;
   padding: 0.5em 0;
   clear: both;
   TEXT-ALIGN:CENTER;
}



ET SI TU VEUX VIRER DES BOUTONS C'EST DANS "/MODULES/BLOCKVARIOUSLINK/BLOCKVARIOUSLINK.TPL"

ET EVITE DE PARLER EN MAJUSCULE SINON LA PROCHAINE FOIS... JE TE METS LES CODES EN MAJ AUSSI...

RHO LO LO...

PS : je vois plus ce post dans graphisme...

Link to comment
Share on other sites

Sans voir le code... Rajouter ceci :

/* Footer */
#footer {
   border-top: 1px solid #d0d3d8;
   padding: 0.5em 0;
   clear: both;
   margin: 0 auto;
}



Remplacer le 0 (zéro) par la valeur adéquate le cas échéant. Si tu veux une marge en bas en plus, rajouter une valeur idem après le "auto".

Sans autres précisions, impossible d'en dire plus !

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