Footer with bottom menu is clear and text is running through it
-
I have a fixed menu at the bottom of the page in the footer. This is fine, but with pages on my site where the text is too long to stay above the fold, the text runs right through the now clear footer. Strangely, the drop downs on the menu have a white background while the rest of the menu in the footer remains clear. The page text should scroll in its entirety above the footer, and the footer can be white instead of clear. Here is a page on the site which shows this:
https://lallabee.com/wordpress/?page_id=373
The code that got the menu fixed on the bottom is this:
body { overflow: scroll; } #colophon { bottom: 0; font-size: 13px; height: 35px; position: fixed; padding: 0 30px; margin-bottom: 65px; width: 100%; }
I am using the Decode theme in WordPress.
Any help you may have would be greatly appreciated.
- The topic ‘Footer with bottom menu is clear and text is running through it’ is closed to new replies.