Last Updated on December 1, 2019 by Christopher G Mendla
To remove extra lines in embedded forms
Go to the following folder which should be
/components/com_fabrik/views/form/tmpl/default
NOTE – this will change the spacing for the default template. If you want to change other templates, you will have to do the following for those template folders.
You will see a file called custom_css_example.php
That file should be copied to custom_css.php. You can do that with an FTP client by downloading it, rename the downloaded file and the upload it.
Open the custom_css.php file on the server to edit it.
You will see the following around line 40
/* BEGIN – Your CSS styling starts here */
#{$view}_$c .foobar { display: none;}
Add
#form_$c fieldset label{
display: inline;
}
to the custom_css.php for the template in question