Jump to content

Recommended Posts

Bonjour,

 

Il faut modifier ton css, pour le moment tu as :

 

 

#left_column {
   width: 210px;
}

 

remplaces par :

 

#left_column {
   text-align: center;
   width: 210px;
}

 

et

 

#left_column div.block, #right_column div.block {
   background: none repeat scroll 0 0 transparent;
   border: 0 solid #EEEEEE;
   padding-bottom: 10px;
}

 

par

 

#left_column div.block, #right_column div.block {
   background: none repeat scroll 0 0 transparent;
   border: 0 solid #EEEEEE;
   padding-bottom: 10px;
   text-align: left;
}

 

ça devrait fonctionner avec cette modification.

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