Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

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
2 years 8 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
2 years 8 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 5:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 4.
Please only ask 1 question per topic :-).

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum