Jump to content

Comment modifier cette barre en haut de mon site sur le thème Earth?


Gsb

Recommended Posts

Bonjour à tous,

J'ai acquis il y a peu de temps un abonnement sur OVH et j'ai donc installer prestashop dessus. J'ai trouvé un thème gratuit qui me convient parfaitement mais j'ai un petit problème d'affichage.


Comment puis je modifier ou arranger ce problème?

Un grand merci à ceux qui seront m'aider.

Bien à vous
Michel

Topic déplacé -yoya971

38637_Vhso0En3Pd5PIVeoCOMT_t

Link to comment
Share on other sites

salut,

cherche dans ton global.css à la ligne 745 :
Et change ça :

#header #currencies_block_top {
   float: left;
   margin: 0.4em 0 0 1em;
}



Par ça :

#header #currencies_block_top {
   float: left;
   margin: 0.4em 0 0 1em;
   width: 120px;
}



cherche dans ton global.css à la ligne 782 :

#header #currencies_block_top p {
   clear: left;
}



et supprime le

clear: left;



cherche dans ton global.css à la ligne 816 :

#header_links li {
   float: left;
   width: 66px;
}



remplace le par ça :

#header_links li {
   float: left;
   margin: 0 10px;
   width: auto;
}



c'est tout

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