Field Label on the left side

How to display field labels on the left side in ChronoForms.

Overview

The issue occurs because the CSS view is not functional on the frontend without a validated version.
Test the form in the admin area or enable the trial to apply the provided CSS styling.

Answered
ChronoForms v7
un universe02 07 Apr, 2023
Dear Forum

I am looking for the solution, how to display the fieldlabel on the left side. Knows somebody how to fix it?

Many thanks for your answers
Alfred
Max_admin Max_admin 29 Apr, 2023
Answer
try this code in a CSS view:

form > .field{
display:flex;
}
form > .field > label{
min-width:30%;
align-self:center;
}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin Max_admin 01 May, 2023
this is because you do not have the validated version and the CSS view is not working on the frontend.

try to test the form in the admin area, or enable the 10 days trial
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.