Jump to content

Header Anpassen - Bild Einfügen


Recommended Posts

Hallo Zusammen,

 

ich bin dabei mein Shop auf PrestaShop umzustellen.

 

Jetzt versuche ich ein Bild im Header zwischen den Logo und den Suchfeld, Warenkorb einzufügen.

so wie bei werbesau.de

 

 

Ich besitzte nur Grundkenntnisse im css und html deshalb brauche ich hierbei eure Unterstützung.

 

Ich habe versucht ein Bild im global.css einzufügen.

header {
  z-index: 1;
  position: relative;
  background: url(../img/header-img-bg.jpg) center top repeat-x #8e8e90;
  
  background: url(../img/sau.png) center top;
  position:relative;left:360px;top:22px;
  background-repeat:no-repeat;float:left;
 padding-bottom: 0px; }

Leider wird das ganze Layout durcheinander gebracht.

Edited by Bart-WS (see edit history)
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...