Modul footer

  • Habe folgendes habe mir ein Modul footer mit dem Impressum gebaut was auch funktioniert. Nun iat mein Problem möchte es mittig haben und nicht links, wo muß ich das anpassen.

    Hier auch der Link zur Webseite http://rumäniens-notfellchen.de/

    So ist der eintag im CSS


    .modal-footer {

    padding: 14px 15px 15px;

    margin-bottom: 0;

    text-align: right;

    background-color: #f5f5f5;

    border-top: 1px solid #ddd;

    -webkit-border-radius: 0 0 6px 6px;

    -moz-border-radius: 0 0 6px 6px;

    border-radius: 0 0 6px 6px;

    -webkit-box-shadow: inset 0 1px 0 #fff;

    -moz-box-shadow: inset 0 1px 0 #fff;

    box-shadow: inset 0 1px 0 #fff;

    *zoom: 1;

    }

    .modal-footer:before,

    .modal-footer:after {

    display: table;

    content: "";

    line-height: 0;

    }

    .modal-footer:after {

    clear: both;

    }

    .modal-footer .btn + .btn {

    margin-left: 5px;

    margin-bottom: 0;

    }

    .modal-footer .btn-group .btn + .btn {

    margin-left: -1px;

    }

    .modal-footer .btn-block + .btn-block {

    margin-left: 0;


    Hoffe mir kann jemand helfen.

  • "Copyright" und "Nach oben" befinden sich nicht im Footer-Modul, sondern darunter.


    Das siehst du wenn du dir beispielsweise die index.php des Templates anschaust: