0 votes
in SoSci Survey (dt.) by s083756 (530 points)

funktioniert das auch beim Layout: mobile? Ich würde dort auch gerne das Logo mittig platzieren.

Folgende HTML Vorlage:

   <body>
<div style="margin: 5px 0px">
	<div style="width: 40%; float: right"><!-- %progress% --></div>
	<div style="width: 50%">%logo%</div>
	<hr style="clear: both; margin-bottom: 32px">
	%form.open%
	%questionnaire%
	%form.close%
	<hr style="clear: both; margin-top: 24px">
	%imprint%
</div>

1 Answer

0 votes
by SoSci Survey (302k points)

Ohne URL zum Ansehen des Gesamtergebnis ist das schwer zu beurteilen, denn womöglich sind im zugehörigen CSS noch spezifische Anweisungen für kleine Displays. Aber prinzipiell können Sie folgende Änderung vornehmen:

<div style="width: 50%">%logo%</div>

zu

<div style="width: 50%; margin: 0 auto; text-align: center;">%logo%</div>

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...