GoneVintage Posted June 15, 2013 Share Posted June 15, 2013 (edited) Please, help me align my store logo at the bottom and prevent it from floating in the air. I have checked if there's a way of achieving this editing header.tpl but as far as my knowledge goes I can't see it ... I hope it's not some logo size issue .... Edited June 15, 2013 by FountainPenMarket (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted June 15, 2013 Share Posted June 15, 2013 Good morning, Have a look at global.css around line 551 #header {position:relative} #header_logo { position: absolute; top: 30px; z-index: 1; Try changing top:30px; to perhaps 50px Paul 1 Link to comment Share on other sites More sharing options...
GoneVintage Posted June 15, 2013 Author Share Posted June 15, 2013 (edited) Thanks, I'll do that. ... It lowers the logo position ... along with the whole web page and creates an empty space above it ... Any other ideas? I'm using a transparent png logo - I've read about file type change in header.tpl, but in 1.5.4 it's done tru BO ... Edited June 15, 2013 by FountainPenMarket (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 this is what you expect? Link to comment Share on other sites More sharing options...
GoneVintage Posted June 15, 2013 Author Share Posted June 15, 2013 (edited) Are You reading my mind? yes, it's my goal. After changing my logo to reflect the two stores merge, I thought it would be nice to inform the visitors right from the start. Edited June 15, 2013 by FountainPenMarket (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 use this style for #header_logo #header_logo { float: left; display: block; margin-top: 10px; position: absolute; } i added: position: absolute; that's all 1 Link to comment Share on other sites More sharing options...
closeupman Posted June 15, 2013 Share Posted June 15, 2013 (edited) It's the simple things that are the hardest to come up with sometimes! Prestashop should come up with some config options in the BO in the next major update so you don't need to code it Edit: Actually, if you read earlier in the thread, Paul gave him that, but looks like Fountain didn't add that to his code (I checked his website). Edited June 15, 2013 by closeupman (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 that's right, in this case (CCC turned on!) it's necessary to clear cache and recompile the whole template Link to comment Share on other sites More sharing options...
GoneVintage Posted June 15, 2013 Author Share Posted June 15, 2013 The same thing happens again and again .... I'm asking "silly" questions, Vekia replies with his wisdom! THANK You! Regards, Peter p.s. [sOLVED] Link to comment Share on other sites More sharing options...
closeupman Posted June 15, 2013 Share Posted June 15, 2013 No 'silly' questions here Peter. I'm still learning as well. It was a LOT easier to modify things with Joomla for me than here. I'm still a newborn baby when it comes to Prestashop. yes, Vekia has a lot of knowledge and wisdom, but don't forget about Paul(perfumeskunk) he gave you the answer first Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 that's right Perfumeskunk is also helpful community member, just take a look into his likes ratio, 70 likes / 500 posts - amazing! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now