Blank space above form elements

Sainsy 28 Mar, 2011
I am trying to find the cause of this blank space on my form

http://speakingspace.co.uk/index.php?option=com_chronoforms&Itemid=65

I can see that there is some relation with the menu on the right, and have found a number of forum posts with similar problems (but no solution).

I have played around with 'clear:both' in .ccms_form_element - setting to 'none' moves the first element up, but the rest stay put.

As always, any help much appreciated

Thanks
GreyHead 28 Mar, 2011
Hi Sainsy,

I think that if you add
#left_col {
  float: left;
}
to the CSS that will fix it - you may need to make the CSS selector more specific to avoid problems elsewhere though.

Bob
Sainsy 28 Mar, 2011
You are indeed a gent.

Didn't work on it's own, but it put me in the right direction

I needed to also change

#main #left_col {
margin-right: 0px; (from 220px)
}

Many thanks
This topic is locked and no more replies can be posted.