[Solved] move button form

me menyarito 14 May, 2011
Hi,
how I can push the button of my form right, I tried changing my css file (style1.css):
.cf_button1 {
margin-right: 45px;
width: 80px;
height: 20px;
}

but nothing changed
http://cjoint.com/?AEpv2LlSwNi

cordially
Gr GreyHead 22 May, 2011
Hi menyarito,

You can give the button an id - for example id='cf_submit'
than style it with
#cf_submit {
  margin-left: 400px;
}


Bob
me menyarito 23 May, 2011
Hi GreyHead,

You can give the button an id - for example id='cf_submit'


I must add to what php file?

cordially
Gr GreyHead 23 May, 2011
Hi menyarito,

No php file. It either goes into the Form HTML (if you are using CFv3) or you can change it in the Element configuration (if you are using CF4).

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