Thanks Clyde but it looks like its made things worse...can you take a look?
THANK YOU!!!
-Christopher
Hi Clyde,
First, I want to mention that your footer module is amazing. I've had clients mention to me that my site "finally looks complete" lol.
But, I have a question.
Is it possible to remove the "Important Links" column, and only use 3 out of the 4 columns instead? Also, I'd like to have it centered in the page as well.
I've been fiddling with the css for a while, but I'm not sure where to look for this.
Any help would be awesome.
Cheers,
Dave
indigodecorativeDOTcom
Last edited by dpet102; 7 Aug 2009 at 03:17 AM. Reason: forgot data
You should be able to turn the important links off by going to admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - FooterBar and set it to 0
If that doesn't work let me know.
for the centering open stylesheet_footer_menu.css
find the following and make the highlighted change.
dl {margin: 0 auto 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
Hi clyde,
The EZ pages footer (setting to zero) worked. Adding the 'auto' to where you suggested didn't. It hasn't changed.
Awesome, thanks clyde.
Sorry to add more work to your pile :)
Maybe you can also direct me quickly. I use define_pages_2 as my "about us", and define_pages_3 as "fundraising initiative".
I'm not familiar with EZ pages, for some reason it doesn't like me, but I'm wondering how to get those define pages links into my footer.
Thanks for your help
Dave
I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.
Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');
But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?
My site is www.best4future.com
Thanks!