Jump to content

Footer displaying on two rows


Guest

Recommended Posts

Prestashop version 1.6.0.5 upgrade to shackles-r-us.co.uk went beautifully. Now spending loads of time tinkering to get it how I need it :)

 

So, the footer

 

As you can see on the screen print, the blocks are showing in two rows but I can;t figure out how to adjust them.

 

post-246958-0-09732000-1395226303_thumb.png

 

Is two rows a feature or an error?

 

Any ideas

 

 

Link to comment
Share on other sites

  • 1 month later...

Try this in your modules positions. As you can see I have kept all the modules from the upgrade you can disable different ones if you dont want them. But this is how I mangaed to get round it.

 

Modules > positions > displayfooter

 

Thank you for this answer Blackielives, it absolutely fixed it for me.  In additon, I had the newsletter block as well, which I placed in the first position and it has worked perfectly.  Thanks again.

Link to comment
Share on other sites

  • 2 years later...

Solved this way :

 

replace :

<section class="blockcategories_footer footer-block col-xs-12 col-sm-2">
 

with:

<section class="footer-block col-xs-12 col-sm-2">
 

file :

 

prestashop\themes\default-bootstrap\modules\blockcategories\blockcategories_footer.tpl

 

default-bootstrap or your theme

 

or

leave this file intact:

prestashop\themes\default-bootstrap\modules\blockcategories\blockcategories_footer.tpl

 

and in the \themes\your-theme\css\global.css file

 

replace this:

    .footer-container #footer .blockcategories_footer {
      clear: left; }

with this :

.footer-container #footer .blockcategories_footer ul li {float:left; display:inline-block; width:50%}
Link to comment
Share on other sites

×
×
  • Create New...