This is a CSS issue with the theme. I narrowed it down to a specific element that is causing the problem. The problem is it is floating the form, which is then causing it to appear out of the element and the way the theme is coded it then doesn't get displayed.
In your themes style-Stone.css file there is this line of CSS:
.life_wrap .side_roll h3 { background:#6C6351 url(img/edit.png) no-repeat left; background-position:8px; padding:10px 5px 10px 34px; color:#FFF; width:350px; float: left; display: block; }
If you remove the "float: left;" from this line of CSS, the form will appear.
So it is how the theme is coded that is causing the CSS issue which is hiding the form. So it is there, the theme is just hiding it because of how it's CSS is set.
I noticed also your theme has an issue with showing bullets for each form field because the form is rendered as a list. You can see in our FAQ where we discuss how to fix this issue that some themes have:
http://www.gravityhelp.com/frequently-asked-questions/#faq_styling
Posted 13 years ago on Monday February 28, 2011 |
Permalink