Archived topic
Ninja Form Help
11 replies · Started by IAN on March 9, 2019
Hi!
I added NinjaForm plugin and can't figure out how to do two things!
1. The form is holding to the left side of the page, I want to be able to center it
2. The submit button, I want to be able to change the color of the text and the border
Any help with both these items would be appreciated thanks!
Hi there,
any chance you can take the maintenance mode down or provide temporary login so we can see the site?
I took off maintenance mode
Did you add the form to a GP Section ?
I appended it to the Home page, but did not add it to a section as don't know how to do that
As you are using Sections on the rest of the page you can just create a new Section and add the shortcode to its content.
shortcode?
Ninja Forms provides a shortcode for their forms - this should help:
nvm
got the shortcode figured, but form is still not centered and button still not sticking with color schemes set in configuration for homepage
So in the Section, highlight the shortcode and hit the Text Align center.... should work.
If not add this CSS to the Customizer > Additional CSS:
#contact .generate-sections-inside-container {
text-align: center;
}
Got it thank you!
Glad to be of help