Quote Originally Posted by picaflor-azul View Post
I don't want to step on any toes, but I just thought that I would offer an alternative edit that may be simpler for beginners ;-) You can also hide any of the footer menu columns by adding a display:none to the appropriate dd class in the stylesheet_footer_menu.css file. So to hide the information column in the footer you can add:

Code:
.second{display:none;}

This will also make it much easier to add the column back in, in the future if you find that you want to do so ;-)

Thanks,

Anne

Thanks, yes, this is another way of doing it while I would still recommend changing the column width as well in the footer css to prevent just a blank space and fill it in.