Jump to content

[resolu]Ajout d'une colonne à droite


Recommended Posts

Bonjour,

J'essaie tant bien que mal d'ajouter une colonne à droite dans mon thème (qui n'en contient que deux par défaut)
J'ai copié dans le global.css les morceaux de codes du template par défaut :

#left_column, #center_column, #right_column { float: left }
#left_column {
   clear: left;
   width: 191px;
   margin-right: 21px;
   overflow: hidden
}
#center_column {
   width: 556px;
   margin: 0 0 30px 0;
   overflow: hidden
}
#right_column {
 clear: right;
   width: 191px;
   margin-left: 21px;
   overflow: hidden
}



Ca ne marche malheureusement toujours pas.

Mon url : fitosport

Merci d'avance pour vos réponses.

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