The label alignment option doesn't work in frontend, the labels are still above the inputs.
The HTML markup also doesn't change after changing the label alignment option.
In admin area the labels are shown correctly aligned, next to each other.
WordPress site cache also was cleared, but this didn't help.
There's something going on in your environment that's causing the labels not to align as you expect. Check your browser console for jQuery or CSS errors, then use the inspection tool to make sure your theme isn't loading styles that overwrite Formidable's.
Thanks! The reason why the labels weren't aligned is that those labels are inside an extra group and the default Formidable CSS will align those labels above the inputs, regardless of the set up alignment.
Please login or Register to submit your answer
Please post a link to a page that illustrates the problem.