Jump to content

The company logo issue


Recommended Posts

Hi everyone!

 

I am now creating a prestashop 1.5 and I have headache in putting my logo in the header. When I place the logo in the header, seems it is too long that the cart and currency block has misplaced, and I would like them to be displayed in the same line, can anyone suggest how to do it?

 

Cheers!

post-446172-0-31240600-1355704163_thumb.png

Link to comment
Share on other sites

Thanks so much, I have edited the css file and the issue has semi-solved.

 

Now come up with a unknown area that occupied some spaces and when I remove that the issue (id="header_logo") has disappeared.

 

How can I fix this up?

 

Thanks in advance,

 

it's because you've got wide logo,

 

here is my solution for your issue:

 

http://www.prestasho...post__p__979866

 

hope it helps, if so - let me know :)

post-446172-0-56920000-1355708765_thumb.jpg

Edited by skyliner (see edit history)
Link to comment
Share on other sites

Thanks so much, I have edited the css file and the issue has semi-solved.

 

Now come up with a unknown area that occupied some spaces and when I remove that the issue (id="header_logo") has disappeared.

 

How can I fix this up?

 

Thanks in advance,

 

you must delete margin-top: 30px; from:

 

 

#header_logo {

  • float: left;
  • display: block;
  • margin-top: 30px;
  • width: 400px;

}

Link to comment
Share on other sites

×
×
  • Create New...