Thread Starter
mpek
(@mpek)
is this a ninja forms or theme problem?
This has been a Ninja Forms problem for quite some time now..
You can solve it by adding the following code at the top of the file ../ninja-forms/deprecated/css/ninja-forms-display.css.
Keep the following in mind:
– You have to add it after every update from Ninja Forms!
—
.text-wrap label,
.calc-wrap label,
.tax-wrap label,
.textarea-wrap label {
display: block;
float: left;
width: 200px;
}
A live URL would help in determining where the issue lies, theme or plugin. Most likely it’s the theme but won’t know until you post a link.
CSS can fix this issue as the above comment has pointed out. You can use a CSS plugin to make these changes so your CSS is not lost when you upgrade the plugin (you should never touch the core plugin): https://wordpress.org/plugins/simple-custom-css/