Jump to content
xt:Commerce Community Forum

column rechts stylesheet


Recommended Posts

Möchte gerne rechts eine column einfügen.

Die Inhalte der drei Spalten der Startseite werden mit dem geänderten html-code untereinander angezeigt.

Vermutlich muss ich im stylesheet noch die Spalten definieren. Kann mir jemand sagen, was ich im stylesheet genau ändern muss?

</div><!-- .column xt-grid-16  -->

</div><!-- .row -->
<div id="content-wrap" class="row">
{if $show_index_boxes == 'true'}
<div id="sidebar" class="column-links xt-grid-3">
{box name=categories}
{box name=haendlerbewertung htmlonly=1}
{box name=xt_trusted_shops type=user}
{box name=loginbox}
{*box name=xt_special_products type=user order_by='p.products_id'*}
{box name=xt_new_products type=user order_by='p.products_id'}
{box name=xt_bestseller_products type=user}

</div><!-- #sidebar .column .xt-grid-3 -->

{/if}
{if $show_index_boxes == 'true'}
<div class="column xt-grid-13">
{else}
<div class="column xt-grid-16">
{/if}
{if $page != 'index'}
<div id="breadcrumb">
{include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"}
</div><!-- #breadcrumb -->
{/if}
<div id="content">
{$content}
</div><!-- #content -->
</div><!-- .column .xt-grid-13 or xt-grid-16 -->

<div id="sidebar" class="column-rechts xt-grid-3">
{box name=service htmlonly=1}
</div><!-- #sidebar .column .xt-grid-3 -->

</div><!-- #content-wrap .row -->[/PHP]

Für einen Tipp wäre ich sehr dankbar.

Link to comment
Share on other sites

Archived

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

×
  • Create New...