Make left margin to the submit-button

Grithify 07 Dec, 2011
Hi

I want my submit-button to be displayed in the same vertical line as the boxes in the form.

I have tried to make a left margin, that only affects the submit-button, but I couldn't figure out how :-(

Can anybody help me?
GreyHead 07 Dec, 2011
Hi Grithify,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 08 Dec, 2011
Hi Grithify,

Please try this in a Load CSS action
#input_submit_10_container_div {
  margin-left: 110px;
}

Bob
Grithify 14 Dec, 2011
Thanks, it works :-)
This topic is locked and no more replies can be posted.