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
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
try this code in a CSS view:
form > .field{
display:flex;
}
form > .field > label{
min-width:30%;
align-self:center;
}
Many thanks for your answer and your help. I tried to copy your code to a custom field "css" but it do not work. Probably this is wrong (see my screenshot).
Best Regards and many thanks
Alfred
Admin Preview from Joomla:
https://kita-mamoka.intentw.ch/administrator/index.php?option=com_chronoforms7&cont=manager&chronoform=form-07apr23-1237
screenshot:
https://kita-mamoka.intentw.ch/images/Screenshot%202023-04-30%20223239_css.png
Best Regards and many thanks
Alfred
Admin Preview from Joomla:
https://kita-mamoka.intentw.ch/administrator/index.php?option=com_chronoforms7&cont=manager&chronoform=form-07apr23-1237
screenshot:
https://kita-mamoka.intentw.ch/images/Screenshot%202023-04-30%20223239_css.png
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
try to test the form in the admin area, or enable the 10 days trial
You need to login to be able to post a reply.
