# Beschreibungstext auf mobiler Ansicht ausklappen

**URL:** https://forum.shopware.com/t/beschreibungstext-auf-mobiler-ansicht-ausklappen/48132
**Category:** Allgemein
**Created:** [8. September 2017 um 07:48 UTC](https://forum.shopware.com/t/beschreibungstext-auf-mobiler-ansicht-ausklappen/48132 "2017-09-08T07:48:12Z")
**Posts on this page:** 1
**Page:** 2

<div class="post-metadata">

### Author: ![great2gether](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/great2gether/32/12887_2.png) [@great2gether](https://forum.shopware.com/u/great2gether)
#### Post date: [5. Juni 2024 um 14:07 UTC](https://forum.shopware.com/t/beschreibungstext-auf-mobiler-ansicht-ausklappen/48132/21 "2024-06-05T14:07:45Z")

</div>

So hab ich es jetzt am Ende gemacht… Ich bin noch ein paar Stufen höher gegangen, damit das ganze auch gar nicht erst als Tab genutzt wird hab ich folgenden Block hier ausgemistet und angepasst:

```auto
   {block name="frontend_detail_tabs_content_description"}
        <div class="tab--container">
            {block name="frontend_detail_tabs_content_description_inner"}

                {* Description title *}
                {block name="frontend_detail_tabs_content_description_title"}
                    <div class="tab--header">
                        {block name="frontend_detail_tabs_content_description_title_inner"}
                            <a href="#" class="tab--title" title="{s name='DetailTabsDescription'}{/s}">{s name='DetailTabsDescription'}{/s}</a>
                        {/block}
                    </div>
                {/block}

                {* Description preview *}
                {block name="frontend_detail_tabs_description_preview"}
                    <div class="tab--preview">
                        {block name="frontend_detail_tabs_content_description_preview_inner"}
                            {include file="frontend/detail/tabs/description.tpl"}
                        {/block}
                    </div>
                {/block}

                {* Description content *}
                {block name="frontend_detail_tabs_content_description_description"}
                    <div class="tab--content">
                        {block name="frontend_detail_tabs_content_description_description_inner"}
                            {include file="frontend/detail/tabs/description.tpl"}
                        {/block}
                    </div>
                {/block}

            {/block}
        </div>
    {/block}

```

Jetzt wisst ihr Bescheid. 🙂

[Vorherige Seite](https://forum.shopware.com/t/beschreibungstext-auf-mobiler-ansicht-ausklappen/48132.md?page=1)
