Humi Posted July 8, 2011 Report Share Posted July 8, 2011 Standardmässig hat Veyton 3 Spalten. Recht sind noch Fenster "Warenkorb" und "Anmeldung". Ich möchte die ganze Spate entfernen damit die mittlere mehr Platz hat. Ich habe "Warenkorb" und "Anmeldung" nach Links verfrachtet. Leider weis ich nicht weiter. Problere immer wieder Codes zu löschen aber die mittlere wird nicht breiter. Muss ich noch wo anders als im Index.php in der Template was ändern ? Der Code in der index.php sieht jetzt so aus. <div id="wrap"> <div id="header"> <div id="logo"><img src="{$tpl_url_path}img/top_logo.jpg" alt="{$store_name}" /></div> <div id="search">{box name=search}</div> </div> <div id="topmenuwrap"> <ul id="topmenu"> <li><a href="{link page='cart'}">{txt key=TEXT_CART}</a></li> {if $account == true} <li><a href="{link page='customer' conn=SSL}">{txt key=TEXT_ACCOUNT}</a></li> {/if} <li><a href="{link page='checkout' paction='shipping' conn=SSL}">{txt key=TEXT_CHECKOUT}</a></li> {if $account == true} {if $registered_customer} <li><a href="{link page='customer' paction='logoff' conn=SSL}">{txt key=TEXT_LOGOFF}</a></li> {else} <li><a href="{link page='customer' paction='login' conn=SSL}">{txt key=TEXT_LOGIN}</a></li> {/if} {/if} </ul> <div id="currencies">{box name=currency}</div> <div id="languages">{box name=language}</div> </div> <div id="breadcrumb"> {include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"} </div> <div id="contentwrap"> {if $show_index_boxes == 'true'} <div id="leftcol">{box name=cart}{box name=categories} {box name=manufacturers order_by='m.manufacturers_name'}{box name=loginbox} {content block_id=7 levels=nested} {if $_content_7|count > 0} <h2 class="boxheader">{txt key=TEXT_INFO}</h2> <div class="infoboxbody"> <ul class="contentlist"> {foreach name=aussen item=box_data from=$_content_7} <li class="level{$box_data.level}{if $box_data.active} active{/if}"><a href="{$box_data.link}">{$box_data.title}</a></li> {/foreach} </ul> </div> {/if} {box name=xt_special_products type=user order_by='rand()'} {box name=xt_new_products type=user order_by='rand()'} </div> {/if} <div> {if $show_index_boxes == 'true'}<div id="content">{else}<div id="contentfull">{/if} {$content}</div> {if $show_index_boxes == 'true'} {/if} </div> </div><p class="footer"> {content block_id=6} {if $_content_6|count > 0} {foreach name=aussen item=box_data from=$_content_6} <a href="{$box_data.link}">{$box_data.title}</a> {/foreach} {/if} </p> [<copyright>] </div> {hook key=index_footer_tpl} {banner bg=banner} kann mir jemad helfen ? Bin Anfänger. Link to comment Share on other sites More sharing options...
df:bug Posted July 8, 2011 Report Share Posted July 8, 2011 Hallo, die Breite von #content muss noch angepasst werden. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
Humi Posted July 8, 2011 Author Report Share Posted July 8, 2011 blitz Antwort. Super. Nur wie und wo kann man es anpassen ? Link to comment Share on other sites More sharing options...
df:bug Posted July 8, 2011 Report Share Posted July 8, 2011 Hallo, in der CSS-Datei des Templates, also "css/stylesheet.css". Für die Änderungen sind Kenntnisse in HTML/CSS nötig. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
Humi Posted July 9, 2011 Author Report Share Posted July 9, 2011 Tja, da wird etwas schwieriger. Allerdings habe ich mir vorsichtig die Datei angeschaut und mir ist das teilweise gelunge. Also die Unterkategorien werden jetzt richtig, schön breit angezeigt, auch die Artikelbeschreibungen. Aber die Hauptkategorie leider nicht. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.