Tagged: contact, CONTACT FORM
Hi,
I’m having issues with the submit button on the Enfold contact element. I have 29 elements that are checkboxes and are setup to be 1/4 page width. That part works fine. The part that does not work well is that the submit is automatically formatted for 3/4 of a page.
See the screenshot:
Please advise on how to fix this. Thanks.
sl
It would seem to me that the submit button has slotted itself to take up the remaining 3/4 of the screen that is the last row of checkboxes.
Hi,
Do you want it centered or right-aligned?
Best regards,
Jordan Shannon
Hi Jordan
I would like the button to be smaller ( not as wide ) and centered. Thanks.
Sl
Hi slui,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.modified_width .button {
width: 20%;
margin: 0 auto;
display: block;
}
.avia_ajax_form .form_element_three_fourth.modified_width {
width: 100%;
margin-left: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria