I added code to the end of the css file as suggested in an older topic:
#li_1{
float: left;
width: 40 %;
clear: both;
}
#li_2{
float: left;
width: 40 %;
}
#li_3{
clear: both;
}
However, no succes: the fields stay each on their separate line. I've tried changing the % of the width but no result.
What am I doing wrong ?