Jump to content

Move logo to header


Recommended Posts

Hello guys,

I'm a beginner at Prestashop and have one question.
I'd like to move logo to center of header like on my screenshot. But when I move it down, header and page move lower too.
How can I do this correctly?

My global.css

#page {
   width: 980px;
   margin: 0 auto 2px auto;
   text-align:left;
}

#header {
   background:url(../img/header.gif) no-repeat center top;
   float: left;
   width: 980px;
   height: 175px;
   text-align: left;

}
h1#logo {
   float: left;
   margin-left: 30px;
}



Thank you for your understanding!

26449_XiUUSVo7nTblJYYqRula_t

Link to comment
Share on other sites

Hello guys,

I'm a beginner at Prestashop and have one question.
I'd like to move logo to center of header like on my screenshot. But when I move it down, header and page move lower too.
How can I do this correctly?

My global.css

#page {
   width: 980px;
   margin: 0 auto 2px auto;
   text-align:left;
}

#header {
   background:url(../img/header.gif) no-repeat center top;
   float: left;
   width: 980px;
   height: 175px;
   text-align: left;

}
h1#logo {
   float: left;
   margin-left: 30px;
}



Thank you for your understanding!



test with:
h1#logo {
float: left;
margin-right: -330px;
}
assign negavive values to overflow the other items
Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...
×
×
  • Create New...