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?
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?
Hi Grithify,
Please try this in a Load CSS action
Bob
Please try this in a Load CSS action
#input_submit_10_container_div {
margin-left: 110px;
}
Bob
This topic is locked and no more replies can be posted.