# Kategoriebeschreibung am Ende?

**URL:** https://forum.shopware.com/t/kategoriebeschreibung-am-ende/36092
**Category:** Themes & Design
**Created:** [18. April 2016 um 09:01 UTC](https://forum.shopware.com/t/kategoriebeschreibung-am-ende/36092 "2016-04-18T09:01:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shoppilein](https://avatars.discourse-cdn.com/v4/letter/s/e9bcb4/32.png) [@shoppilein](https://forum.shopware.com/u/shoppilein)
#### Post date: [18. April 2016 um 09:01 UTC](https://forum.shopware.com/t/kategoriebeschreibung-am-ende/36092/1 "2016-04-18T09:01:39Z")

</div>

Hallo,

wie kann ich die Kategoriebeschreibung von oben, an das Ende der Seite verschieben?

In welchen Dateien muss ich was ändern? Ich verwende ein abgewandeltes Responsive Template.

Grüße,

---

<div class="post-metadata">

### Author: ![Stephan\_Pohl](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/stephan_pohl/32/10212_2.png) [@Stephan\_Pohl](https://forum.shopware.com/u/Stephan_Pohl)
#### Post date: [19. April 2016 um 15:20 UTC](https://forum.shopware.com/t/kategoriebeschreibung-am-ende/36092/2 "2016-04-19T15:20:51Z")

</div>

Hallo @shoppilein‍,

die Datei, die du suchst, ist die “listing/index.tpl”:&nbsp;[https://github.com/shopware/shopware/blob/5.1/themes/Frontend/Bare/frontend/listing/index.tpl](https://github.com/shopware/shopware/blob/5.1/themes/Frontend/Bare/frontend/listing/index.tpl). Die Anpassung müsste ca. so aussehen:

```
{extends file="parent:frontend/listing/index.tpl"}

{block name="frontend_listing_index_text"}{/block}

{block name="frontend_listing_index_tagcloud"}
	{if !$hasEmotion}
		{include file='frontend/listing/text.tpl'}
	{/if}

	{$smarty.block.parent}
{/block}

```

Viele Grüße,  
Stephan Pohl&nbsp; ![Shopware](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/1X/86c57fbace799dd4eb1f1b8a2d3bdc1733f0aea1.png "Shopware")

---

<div class="post-metadata">

### Author: ![shoppilein](https://avatars.discourse-cdn.com/v4/letter/s/e9bcb4/32.png) [@shoppilein](https://forum.shopware.com/u/shoppilein)
#### Post date: [19. April 2016 um 15:30 UTC](https://forum.shopware.com/t/kategoriebeschreibung-am-ende/36092/3 "2016-04-19T15:30:43Z")

</div>

Danke Stephan. 🙂
