Center Submit Button
Is there a way to center the submit button?
To center the submit button, add the following code to your template.css file or theme.css file. In Build 730 and higher, you will find them at:
/joomlaRoot/templates/*TEMPLATE-NAME*/template.css
/components/com_breezingforms/themes/quickmode/*THEME-NAME*/theme.css
In Build 729 and lower, you will find them at:
/joomlaRoot/templates/*TEMPLATE-NAME*/template.css
/components/com_facileforms/themes/quickmode/*THEME-NAME*/theme.css
Add this code:
.bfQuickMode .bfSubmitButton {
float: none;
margin-left: 45%;
}
![]() |
Was this helpful?
Yes
No
Print
Pdf
|

