Closed (works as designed)
Project:
footermap: a footer site map
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
13 Oct 2008 at 12:49 UTC
Updated:
15 Jul 2009 at 20:04 UTC
Hi,
I used this module but the all links was spread out for 05 lines bottom of my page. Its look too big. I meant there is no that much of links to fill 05 line. Is it problem with the Theme I used? How can I correct that?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| untitled.JPG | 89.82 KB | milindras@yahoo.co.uk |
Comments
Comment #1
mradcliffeIn the footermap module directory is a sample CSS file called "footermap.css".
Footermap uses footermap DIV class and footermap-item UL class. It also uses the standard ul classes such as 'first' 'last' 'active' so you can style the links how you choose.
Add the respective classes to your theme's style.css. You can change the width and basic properties with
.footermap {
# css goes here
}
Comment #2
mradcliffeComment #3
mradcliffeClosing, 1 week inactive.
Comment #4
jahjah92 commentedabout : "Add the respective classes to your theme's style.css ..."
There is a more elegant way I think : let drupal use footermap.css when it loads the module :
add this lines in footermap.module :
drupal will call automatically this function on startup
New update of footermap soon ?