0 votes
in SoSci Survey (dt.) by s276163 (165 points)

Hallo,

eine Frage zum Logo. Kann ich das Logo meiner Universität mittig positionieren (statt links) ohne das Fragebogenlayout zu verändern?

Vielen Dank im Voraus.

1 Answer

0 votes
by SoSci Survey (327k points)

Nachdem die Position des Logos eine Eigenschaft des Layouts ist, müssen Sie das Layout bitte (minimal) bearbeiten, um das Logo an einer anderen Stelle anzuzeigen.

by s276163 (165 points)
Und wie bearbeite ich das Layout, sodass das Logo mittig angezeigt wird?
by SoSci Survey (327k points)
Bitte folgen Sie der Anleitung https://www.soscisurvey.de/help/doku.php/de:create:layout ... und dann kommt es ein wenig auf das Layout an. Beim Standard-Layout `23 müssten Sie die Stelle

div#S2Logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

suchen und dort das "justify-content" ändern wie folgt:

div#S2Logos {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em;
}
by s276163 (165 points)
Vielen Dank, es hat geklappt!

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

...