Bitte öffnen Sie das Layout unter Fragebogen-Layout zum Bearbeiten. Im Karteireiter "HTML-Vorlage des Layouts" suchen Sie anschließend den Platzhalter %logo%
:
<div class="questionary">
<div id="s2t-logo">%logo%</div>
<hr style="margin-top: 12px;">
Die Darstellung wird über die Klasse s2t-logo
definiert. Wenn Sie also weiter oben im <style>
-Bereich die folgende Zeile
div#s2t-logo { margin-top: 18px }
wie folgt ergänzen, rückt das Logo nach rechts:
div#s2t-logo { margin-top: 18px; text-align: right; }