Good day,
*Please DO assume I could be doing something wrong, due to lack of experience.*
I have installed Tendu as a theme for a new site that needs to be up fast but not intricately themed. (I can always add adornment and customizations later.) Under theme configuration, only site name, site slogan, mission statement, search box and accessibility links are active. (Turning off accessibility links did not fix the symptom.) The site is here:
http://open-source-alliance.sg/
The problem is that the bottom of my footer, where the text of the CC license is displayed, appears to be "cut-off". This occurs in all three variants of the Tendu theme. The effect is the same in both Firefox 3.0.6 and Konqueror 4.1.4, running under Ubuntu GNU/Linux 8.10 amd_64. Garland and Clean both display the text correctly.
The code inserted in the footer is attached as a text file. Screenshot graphics are also attached to this post. I will leave the sites theme as it as so that you can take a look. You should be able to reach me through the Drupal.org site's personal contact form if I can furnish any more information.
Regards
C David Rigby
| Comment | File | Size | Author |
|---|---|---|---|
| TenduFooterTrimmed.jpg | 128.04 KB | cdrigby | |
| GarlandFooterWhole.jpg | 127.6 KB | cdrigby | |
| SiteFooterText_Tendu.txt | 362 bytes | cdrigby |
Comments
Comment #1
cdrigby commentedUpdated: I worked around the problem by creating a new block to hold the CC License text. I then move both that and the "powered by Drupal" block into the "After Content and Sidebars" region of the template on the Blocks admin page.
Regards
CDR
Comment #2
tombigel commentedI think I understand the problem.
Look at /tendu/style.css
In the section "Stick footer to bottom of the page" (line 50) there is a line that sets the footer's hight to a fixed height.
Follow the instructions there.
Comment #3
cdrigby commentedHello tombigel,
That was exactly the fix. I changed "height:4em" to "height:6em" in the #footer style.
Thanks!
cdrigby