2.7.1 - Logo - Menü verschiebt sich nach unten

Please report bugs here!

Moderator: Thorsten

Post Reply
com
Posts: 184
Joined: Wed May 04, 2005 12:41 am

2.7.1 - Logo - Menü verschiebt sich nach unten

Post by com »

Hallo!

Ich habe nun anstatt der Header-Variablen (im index.tpl) "{header} "

folgendes eingefügt:

<h1><a title="Titel" href="http://www.domain.com"><img src="http://www.domain.com/thema.gif" alt="Titel" border="0" /></a>&nbsp;</h1>

Das Logo wird optimal angezeigt, leider aber wird das Menü nach unten verschoben (obwohl das Logo nicht zu gross ist).

Was kann ich tun, damit das Menü wieder - wie ursprünglich - angezeigt wird?

Danke, Jessy
JochenS
Posts: 121
Joined: Wed Feb 16, 2011 3:51 pm
Location: Schönaich
Contact:

Re: 2.7.1 - Logo - Menü verschiebt sich nach unten

Post by JochenS »

Hilft das?

3.) Adapt the offset of the nav bar with the top parameter in the /css/style.css (approx. line 189)

Code: Select all

position: absolute; left: 0; top: 108px; width: 100%; background: url(../images/nav_background.png); }
4.) Adapt the offset of the main content with the margin-top parameter in the /css/style.css (approx. line 226)

Code: Select all

       #content {
        clear: both; margin-left: 2em; margin-top: 100p} 
Our public FAQ is proudly powered by phpMyFAQ: http://vhtfaq.ge51.honeywell.de/
Post Reply