Hallo Jan,
Danke für Deine Antwort.
Firefox/FireBug und Overrides kenne ich und damit arbeite ich auch.
Aber weder in der css
.login-description, .logout-description {
color: #B84D49;
font-size: 1.2em;
line-height: 2.3em;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
overflow-x: hidden;
overflow-y: hidden;
padding-left: 0;
width: 460px;
noch in der default_login.php
<?php if (($this->params->get('logindescription_show') == 1 && str_replace(' ', '', $this->params->get('login_description')) != '') || $this->params->get('login_image') != '') : ?>
<div class="login-description">
<?php endif ; ?>
<?php if($this->params->get('logindescription_show') == 1) : ?>
<?php echo $this->params->get('login_description'); ?>
<?php endif; ?>
finde ich einen Ansatz den Beschreibungstext der Anmeldung zu formatieren.
Es geht hier
nur um
Zeilenumbrüche in dem Text.
LG