Jump to content

Recommended Posts

Please, is there a way to modify the footer so that the "columns" are equally spaced? I created an attachment below. I hope you can figure out what I mean with the different colors! Basically, I want to have three columns in the footer:

 

My account Follow us: HTML block

 

I also would like to have my copyright line in the footer as well.

 

Thanks so much for your help,

Brenda

post-451127-0-81990300-1360295707_thumb.jpg

Link to comment
Share on other sites

Hi,

Ech of the default "columns" for footer modules have their width set in global.css...I believe. Have a look at the section with all the #footer declarations, you should be able to find something like

 

/* ************************************************************************************************
 FOOTER
************************************************************************************************ */
#footer {
color:#fff;
background:#333
}
.blockcategories_footer,
#footer .myaccount ,
#block_various_links_footer,
#social_block,
#block_contact_infos {
 float:left;
 width:175px
}

 

Where you can see they have 175px as width, you can change that (to 33,3% with no margin to have 3 columns spreading footer-wide)

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...