skyliner Posted December 17, 2012 Share Posted December 17, 2012 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! Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2012 Share Posted December 17, 2012 it's because you've got wide logo, here is my solution for your issue: http://www.prestashop.com/forums/index.php?/topic/197552-help-how-can-i-move-the-header-logo/page__view__findpost__p__979866 hope it helps, if so - let me know Link to comment Share on other sites More sharing options...
SuperCharlie Posted December 17, 2012 Share Posted December 17, 2012 Get firefox and firebug. You can test out css changes inline and then make the appropriate changes in the css files once you make it look right. Link to comment Share on other sites More sharing options...
shacker Posted December 17, 2012 Share Posted December 17, 2012 use our free module, logo format. download from our site www,catalogo-onlinersi.net Link to comment Share on other sites More sharing options...
skyliner Posted December 17, 2012 Author Share Posted December 17, 2012 (edited) 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 Edited December 17, 2012 by skyliner (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2012 Share Posted December 17, 2012 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 More sharing options...
Recommended Posts