Form builder module: forms sink at the bottom (SOLVED)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
junglesilence

Form builder module: forms sink at the bottom (SOLVED)

Post by junglesilence »

Hey everyone,

I surely love cmsms. And it seems great till as yet. But I am having problems with some modules. Can anyone tell me why do my 'forms' using form builder module sink down to the bottom of the page, even if there is zero text above. How can I change the setting?   :o  Probably you can look at this link, http://www.junglesilence.com/contact-us.htm and you'll know what I am talking about.

Apparently, I am missing some basic concept in styling all module presentations. I'll appreciate if any one of you can guide me on changing the inbuilt presentation settings of any module eg the font size, color, text alignment etc.  ???

Thanks for your help although this might be just a silly question, these small things are blocking me from going any further. I appreciate your time and concern in assisting me; may be some other confused souls will also stand to benefit.  :P

Regards
Last edited by junglesilence on Tue Mar 13, 2007 2:58 am, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Form builder module: forms sink at the bottom

Post by Nullig »

You might want to format the message area of your form better - add this to your stylesheet:

Code: Select all

textarea {
   width: 400px;
}
That will eliminate one problem.

Nullig
junglesilence

Re: Form builder module: forms sink at the bottom

Post by junglesilence »

I just used css template for building the forms and the problem was gone  :D
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Form builder module: forms sink at the bottom (SOLVED)

Post by Nullig »

Here's what I see...



[gelöscht durch Administrator]
junglesilence

Re: Form builder module: forms sink at the bottom (SOLVED)

Post by junglesilence »

yes, it works fine with css :)
Locked

Return to “Layout and Design (CSS & HTML)”