Menü/Forum verschieben

  • Ach du willst das nach oben haben, habe mich verlesen :ugly:

    Was soll das denn:

    CSS
    .userPanel {
        margin-bottom: 180px;
    }


    ?

    Versuche das mal:

    CSS
    .logo a {
        height: 120px;
    }

    Das was du da mit dem Logo machst ist irgendwie quatsch, das kann so nichts werden.

  • Ersetze das Logo durch ein transparentes PNG, setze das Logo als Hintergrundbild. Ändere diese Zeilen:

    CSS
    /* ### blue temptation special css ### */
    /* background-image for body, tabular boxes and dialogs */
    body, .tabularBox, .dialogTitlebar {
    	background-image: url(../images/blueTemptation/blueTemptationHeader.png);
    	background-repeat: repeat-x;
    }

    in:


    ab und lösche wieder alles an CSS das du für das Logo zusätzlich eingefügt hast.