Jump to content

[solved] sections in footer


Recommended Posts

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

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 by PSfever.com (see edit history)
  • Like 1
Link to comment
Share on other sites

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 by alfredopacino (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...