Jump to content
xt:Commerce Community Forum

Navigation ein paar Pixel weiter hoch


zubin

Recommended Posts

Hallo miteinander,

ich würde gerne die linksseitige Navigation meines webshops zubin.de ein paar Zeilen bzw. Pixel nach oben versetzen, so dass nicht soviel Platz zwischen Logo und der ersten Kategorie in der navi ist.

Könnt ihr mir helfen? Die index.html bietet hierzu folgenden Inhalt:

{config_load file="$language/lang_$language.conf" section="index"}

<div id="container">

{$box_ADMIN}

<div id="header">

<div id="lederbuch"><img src="{$tpl_path}img/lederbuch.png" alt="Lederbuchhandel Zubin" /></div>

<div id="logo"><a href="../"><img src="{$tpl_path}img/logo.png" alt="{$store_name}" /></a></div>

<div id="metanav">

{if $account}

<a href="{$account}">{#link_account#}</a>

{/if}

· <a href="{$checkout}">{#link_checkout#}</a>

· <a href="{$cart}">{#link_cart#}</a></div>

{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}

<div id="logoff"><a href="{$logoff}">{#link_logoff#}</a></div>

{php} } {/php}{/if}

<div class="clearfloat"></div>

</div>

<div id="content">

<div id="mainContent">

<div id="leftCol">

{$box_CATEGORIES}{$box_LOGIN}{$box_CART}{$box_CONTENT}{$box_REVIEWS}</div>

<div id="middleCol">

<div id="bread">{$navtrail}</div>

{$main_content}

</div>

Danke und Grüße

Z.

Link to comment
Share on other sites

  • 5 months later...

Hat denn keiner einen Ratschlag für mich??

Anscheinend hattest wohl mit Deiner Anfrage nicht viel Erfolg... Schau doch mal in deiner CSS Datei nach... unter /*Nav Styles*/ solltest du den passenden Eintrag finden...

Im Übrigen: Schöne Bücher!

MfG

Link to comment
Share on other sites

  • 10 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...