Doh! Just saw previous post on this.
To be clear, users cannot leave comments in Firefox (Ver. 22.0) because the comments box expands *behind* the footer.
Thanks for your feedback. I checked it and you’re right – this is bug. I’ll fix it in the next version. The quickest way to fix it now is modify style.css . You can change height: 100% to height: auto!important near line 382 like that:
#page {
box-shadow: 5px 0px 5px #e5e5e5;
padding: 30px 30px 40px 15px;
border-left: 1px solid #e2e0e0;
background-color: #fff;
position: relative;
z-index: 2;
height: auto!important;
min-height: 100%;
}
This should help.
THANK YOU! Your theme is great by the way.
(@charlie-crocker)
12 years, 10 months ago
Theme at menofthesword.net will not render the comments box without hiding it beneath the footer using Firefox (Ver. 22.0), but IE 9.08112.16421 works fine.
Please advise.
Thanks!