alfredopacino Posted June 2, 2014 Share Posted June 2, 2014 (edited) hi, i think sometimes the images tells more than words i want to adjust social and newsletter modules this is what i have this is what i want to get link in attachment Edited June 3, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted June 2, 2014 Share Posted June 2, 2014 Hi, this isnt hard to do, just send us the URL, it's much easier for us to tell you what to change and where to change it. Link to comment Share on other sites More sharing options...
alfredopacino Posted June 2, 2014 Author Share Posted June 2, 2014 (edited) Hi, this isnt hard to do, just send us the URL, it's much easier for us to tell you what to change and where to change it. url in attachment to first post Edited June 2, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted June 2, 2014 Share Posted June 2, 2014 Ok, I have missed that one :-) Just please, next time make it as a link, it's easier to click, than to rewrite the whole URL into browser. You will need to do two things 1) In Backoffice, Go to Modules - Modules Position Scroll down to footer and place the Newsletter block BELOW the Social block 2) Open the global.css file and @ line 6866 Change this: .footer-container #footer #social_block { float: left; width: 50%; padding: 16px 15px 0 15px; } to this .footer-container #footer #social_block { float: right; width: 50%; padding: 16px 15px 0 15px; } This should solve your problem Link to comment Share on other sites More sharing options...
alfredopacino Posted June 2, 2014 Author Share Posted June 2, 2014 now i get this http://awesomescreenshot.com/0362wt5vd6 what about the newsletter block? Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 That's what I said in the first step, In Backoffice, Go to Modules - Modules Position, here scroll down to footer and place the Newsletter block BELOW the Social block. Do you know how to do this or not? Link to comment Share on other sites More sharing options...
alfredopacino Posted June 3, 2014 Author Share Posted June 3, 2014 sorry now i've done that. but now i get the the block in 2 differents 'rows', any tips about get these in a row? Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 Is there a module in the footer inbetween Newsletter and Block Contact Info that is above it? Link to comment Share on other sites More sharing options...
alfredopacino Posted June 3, 2014 Author Share Posted June 3, 2014 Is there a module in the footer inbetween Newsletter and Block Contact Info that is above it? there isnt any other module beetween http://awesomescreenshot.com/0cc2wwve63 Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 (edited) Ye, I see where the problem lies. Go to this folder /themes/default-bootstrap/modules/blocksocial Open the Blocksocial.tpl and comment out the last line - like this: {*<div class="clearfix"></div>*} Now, go to /themes/default-bootstrap/modules/blocknewsletter and put this at the TOP of the page <div class="clearfix"></div> Finally, move the Newsletter block above the Social Network block again. Edited June 3, 2014 by PSfever.com (see edit history) 1 Link to comment Share on other sites More sharing options...
alfredopacino Posted June 3, 2014 Author Share Posted June 3, 2014 (edited) thanks so {* ### *} is a server side comment i can use in .tpl files? good to know could you take a look at this other issue? http://www.prestashop.com/forums/topic/334351-facebook-module-in-footer/ i want to move facebook module in the footer, i saw many ps1.6 templates doing that. Edited June 3, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 There you go, answer posted! Can you please mark this thread as solved? 1 Link to comment Share on other sites More sharing options...
Recommended Posts