Jump to content

identifiez vous n'est pas a sa place SVP


Recommended Posts

il faut modifier le css :

ouvre global css :

la ligne 717

remplacer

#header_nav {
float: left;
width: 365px;
}

par

#header_nav {
float: left;
width: 338px;
}

 

et la ligne 711

remplacer

#header_user_info {
float: right;
padding: 17px 0;
text-align: right;
width: 50px;
}

par

#header_user_info {
float: right;
padding: 17px 0;
text-align: right;
width: 79px;
}

 

 

pour limport csv, il faut créé un fichier au norme ( avec excel par exemple) et faire l'import.

regarde la documentation de prestashop ici

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