Hallo,
also ICH spiele dazu gerne in der "navbar.twig" hier
Code:
{% if( aSurveyInfo.options.brandlogo == "on") %}
<div class="{{ aSurveyInfo.class.navbarbrand }} logo-container hidden-xs" {{ aSurveyInfo.attr.navbarbrand }} >
{#
{{ image(aSurveyInfo.options.brandlogofile, aSurveyInfo.name, {"class": "logo img-responsive"}) }}
#}
{{ image('./files/logo.png', 'alt-text for my file', {"class": "img-responsive pull-left"}) }}
{{ image('./files/logo_pdf.png', 'alt-text for my file', {"class": "img-responsive pull-right"}) }}
</div>
{% else %}
<div class="{{ aSurveyInfo.class.navbarbrand }}" {{ aSurveyInfo.attr.navbarbrand }} >
{{ aSurveyInfo.name }}
</div>
{% endif %}
Hier kann man sich eigentlich richtig "austoben" mit allem, was bootstrap zu bieten hat.
Und dann noch in der "theme.css" das entsprechende "Look & Feel" dazu.
Aber ich muss zugeben, ich bin da kein richtiger Experte.
Joffm