Jump to content

[solved] 2 columns categories list in footer


Recommended Posts

open: blocakcategories_footer.tpl located in your theme directory and change:

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

to:

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

then somewhere in global.css stylesheet file paste this code:
 

.blockcategories_footer ul li {float:left; display:inline-block; widtH:50%}

effect:
iVLyDIJ.png

  • Like 3
Link to comment
Share on other sites

  • 4 months later...

Dear Vekia,

many thanks for your tip for these 2 columns,

it works good, but i d like to you know how to proceed to have the merchant informations on a forth column after the account and not below.

 

And also,

do you know how to change the color of the background of this footer section (by a picture)

 

many thanks by advance

Edited by MusikMachineMan (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

open: blocakcategories_footer.tpl located in your theme directory and change:

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

to:

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

then somewhere in global.css stylesheet file paste this code:

 

.blockcategories_footer ul li {float:left; display:inline-block; widtH:50%}

effect:

iVLyDIJ.png

Hi Vekia, is this solution only for v1.6? I am trying to do the same for v1.5.4 but  I cant find this line

"<section class="blockcategories_footer footer-block col-xs-12 col-sm-2">" in "blockcategories_footer.tpl". How to do this in v1.5.4? :mellow: 

Link to comment
Share on other sites

×
×
  • Create New...