
On my site I have a form of Fabrik.
Template created by Themler expands the field to the length of the sheet (1.jpg)
How to set the display as shown in the second file?
On my site I have a form of Fabrik.
Template created by Themler expands the field to the length of the sheet (1.jpg)
How to set the display as shown in the second file?
Hi, I fixed it.
Just add in additional CSS
.control-group {
margin-top: 10px;
width: inherit!important;
display: inline-block;
}
???
Anyone has a solution?
I'm still searching an issue. It's insane!!! I get crazy wih it
Hi,
I tried with insert the form in article and add some CSS in it but still the same :
User agent stylesheet : html { display: block; }
I found clouzoom.js and i removed it no more result.
I add some enhancement in additional CSS but still the same.
Even in themler - design - input - more option /inline-block/ choice
Regards
Hi, I tried with insert the form in article and add some CSS in it but still the same : User agent stylesheet : html { display: block; } I found clouzoom.js and i removed it no more result. I add some enhancement in additional CSS but still the same. Even in themler - design - input - more option /inline-block/ choice RegardsRe-
there is a progress bar in inscription form, and it's doesn't works still ans I don't find any way to fix it.
Hi hella and thanks for replying.
Here a link : https://www.intelartifice.fr/a2s/index.php/dossier-expert
Regards,
Hi hella and thanks for replying. Here a link : https://www.intelartifice.fr/a2s/index.php/dossier-expert Regards,Hi,
Unfortunately we cannot provide you any solution by this screen shot only. Maybe you could create a duplication of the site or export the theme with the content and editor included (if the form is a content and not a module or plug-in).
Sincerely,
Hella
Hi,
I have the same problem, I've copied and pasted your CSS adding but the form is still "block" see the capture1.png
And It should be like the capture2.png
I can't give you a link the server is secures by IP filtering.
Thanks for your help
Jean-Marc
You are welcome. Feel free to contact us in any other occasion.
Sincerely,
Hella
Hello,
you may enhance the previous CSS with
float:left
But most probably the input size shuold be reduced in this case:
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control{
width:30%!important;
float:left;
}
Regards,
Aileen
The label is above the field and not at the left of the field
How can I change it?
Best Regards,
The label is above the field and not at the left of the field How can I change it? Best Regards,@net38,
some selector of your form cannot be accessed via Themler. So I'd recommend that you change their width via custom CSS code. Add it under Home tab >> Settings >> Additional CSS
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control{
width:inherit!important;
}
Regards,
Aileen
Hi,
Please provide links to the pages with the issue.
Sincerely,
Hella
Hi,
I have exactly the same problem.
Best Regards,
Hi, I have exactly the same problem. Best Regards,Hi,
Please provide a link to the page with the form so we could review the styles.
Sincerely,
Hella