Is it possible to move the button under the fields in the Loan information

By: Bryan Sattler | Asked: 01/21/2023
ForumsCategory: How-toIs it possible to move the button under the fields in the Loan information
Bryan Sattler asked 2 years ago
I want to move the button in the advanced mortgage calculator below the input fields versus below the financial analysis. The reason is that on mobile the position of the button goes below the financial analysis and this is not the logical position for the button (see attached screenshot).
Attachments
1 Answers
Bryan Sattler answered 2 years ago
I figured it out. Add "container" class to the form classes 1. Open the form 2. Go to Settings  3. Customize HTML 4. Enter "container" in the Form Classes input Add custom CSS to Form style 1. Click on "Styles" under Formidable in the Wordpress navigation 2. Select your style 3. Click on the "Custom CSS" tab 4. Enter the CSS below in the Custom CSS textarea   .container { display: grid !important; } @media only screen and (max-width: 428px) { #frm_field_57_container { grid-row: 1; } #frm_field_68_container { grid-row: 3; } #frm_submit { grid-row: 2; } }

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right