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.

label options für checkboxen oder Gruppen

More
5 years 5 months ago #5807 by Administrator AV
Replied by Administrator AV on topic label options für checkboxen oder Gruppen
Sorry,
ohne direkt in den CSS-Code Schreiben zu können ist es teilweise etwas mühselig, das zu debuggen.

Ich denke (hoffe) folgender Code wird jetzt zu gewünschten Ergebnis führen

@media (max-width: 979px) {
.visform .visCSSrbinl .visCSSinput {
width: auto !important;
}

.visform .visCSSinput, .visform .editor {
width: 100%;
}
}

Oder wenn du die Inputs auch auf großen Bildschirmen auf voller Breite haben willst, dann ohne die media-Query

.visform .visCSSrbinl .visCSSinput {
width: auto !important;
}

.visform .visCSSinput, .visform .editor {
width: 100%;
}

Gruß,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

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

More
5 years 5 months ago #5808 by Arcangeli
Replied by Arcangeli on topic label options für checkboxen oder Gruppen
... versteh ich Aicha - aber jetzt funktioniert es! :)
www.hebammenzentrum.at/test/kontakt

vielen, vielen Danke für deine Mühe Aicha!

lieben Gruß - Marco

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum