balburl Posted February 8, 2013 Share Posted February 8, 2013 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 Link to comment Share on other sites More sharing options...
NemoPS Posted February 8, 2013 Share Posted February 8, 2013 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) 1 Link to comment Share on other sites More sharing options...
balburl Posted February 13, 2013 Author Share Posted February 13, 2013 Thank you very much, Nemo! I will give this a try! Link to comment Share on other sites More sharing options...
Recommended Posts