Jump to content

Image dans le header


Recommended Posts

Bonjour,

 

Je souhaiterai intégrer une image au milieu du header de prestashop.

J'ai modifié le fichier global CSS comme ceci:

 

 

#header_right {
position:relative;
background-color:#FFFFFF;
background:transparent url(../img/headerjpg) no-repeat center;
float: right;
margin-bottom:8px;
width:100%;
height:132px;
 
Mais je voudrais que le fond du header soit blanc sur toute la largeur et ce n'est pas le cas, vous pouvez voir le site
www.alarme-et-domotique.fr
 
Merci de votre aide pour mon premier post sur ce forum

 

 

Link to comment
Share on other sites

Bonjour,

 

remplace ton code par celui-ci et cela devrait marcher :

#header_right {
  background: url("../img/headerjpg") no-repeat scroll center center #FFF;
  float: right;
  height: 132px;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
}

En espérant t'avoir aidé ! :)

 

Maxime

Edited by MaximeCer (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 6 months later...

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