Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

No space between the label and the data in list mode !!!

More
3 years 4 months ago #8667 by viga
Hello Support,

Thank you for being here

My question is simple, Why do I have no space between the label and the data in list mode

Thanks in advance

Viga

More
3 years 4 months ago #8668 by Administrator AV
Replied by Administrator AV on topic No space between the label and the data in list mode !!!
Hi Viga,
I assume you are talking about a Visforms >> Form Data menu item with the "Orientation" option on the "Form Data Display Options" tab set to "As List".
This is a view that you have yet to format yourself.
In order to make it possible for this view to be designed individually, we intentionally did not apply any formatting.
Because every formatting that we specify and that you don't like, you have to laboriously overwrite.
The HTML of the view is very well structured, so you can format it very well with your own CSS.

For example, all labels have the class "vfdvlabel".
With the CSS selector .visforms-data .vfdvlabel you can easily address and format all labels in this view.
E.g. with a margin on the right side:
Code:
.visforms-data .vfdvlabel {     margin-right: 20px; }
But you can also give the label a specified width, if that suits your requirements better.

Put your CSS in a custom.css file in media/com_visforms/css directory.
This file can be created directly from the Joomla administration by going to the "Edit CSS" panel on the Visforms dashboard.
In the documentation you will find an article about working with custom CSS in Visforms:
docs.joomla-4.visforms.vi-solutions.de/e...orm-layout-with-css/

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum