Login
Please enter your email address and password to login to the help desk.
(leave blank if you forgot your password)
   Save my login information
 

IMPORTANT NOTE:

DUE TO STUCTURAL CHANGES, THE TICKET SYSTEM IS NO LONGER ACCEPTING TICKETS. IF YOU ARE A PAYING SUBSCRIBER, PLEASE LOGIN TO THE CROSSTEC SITE AND USE THE CLUB FORUMS. THE CLUB FORUMS CATEGORY WILL APPEAR RIGHT AFTER LOGIN IF YOU ARE A PAYING CUSTOMER:

>>> Click here to access the forums <<<

We will close the knowledgebase soon as well and move its contents into a new knowledgebase system.

Knowledge Base » BreezingForms » FAQ
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