# product-box.less falsch oder wird nicht umgesetzt?

**URL:** https://forum.shopware.com/t/product-box-less-falsch-oder-wird-nicht-umgesetzt/55027
**Category:** Themes & Design
**Created:** [6. September 2018 um 16:28 UTC](https://forum.shopware.com/t/product-box-less-falsch-oder-wird-nicht-umgesetzt/55027 "2018-09-06T16:28:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Guido24](https://avatars.discourse-cdn.com/v4/letter/g/b5ac83/32.png) [@Guido24](https://forum.shopware.com/u/Guido24)
#### Post date: [6. September 2018 um 16:28 UTC](https://forum.shopware.com/t/product-box-less-falsch-oder-wird-nicht-umgesetzt/55027/1 "2018-09-06T16:28:05Z")

</div>

Hallo,

product-box falsch oder wird nicht umgesetzt

ich möchte folgendes erreichen, und komme nicht weiter.

Ziel: Artikel Listing 1 Artikel pro Zeile (einspaltig-desktop) - z.Zt. 2 Artikel nebeneinander

**Shopware 5.4.6** Community [www.sport-bremsen.de](http://www.sport-bremsen.de)

Das habe ich gemacht

1. eigenes Theme angelegt

* * *

1. all.less angelegt in …/frontend/\_public/src/less mit: @import “\_modules/product-box.less”;

* * *

1. product-box.less aus responsive kopiert und geändert (siehe unten)

kopiert in …/\_modules (eigenes Theme)

* * *

Geändert: Box minimal von 25% auf 100% (siehe Quelltext)

--------------- unterer Teil von product-box.less ---------------------

&nbsp;

…

@media screen and(min-width: @desktopViewportWidth) {

&nbsp;&nbsp;&nbsp; .box–basic {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .image–left(170);

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .box–content {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .unitize-padding(20, 10);  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }  
&nbsp;&nbsp;&nbsp; }

&nbsp;&nbsp;&nbsp; .box–minimal {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 100%;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .buybox–form {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .buy-btn–cart-text {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: inline-block;  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i.icon–basket {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: none;  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }  
&nbsp;&nbsp;&nbsp; }

&nbsp;&nbsp;&nbsp; .box–image {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .image–top(300);  
&nbsp;&nbsp;&nbsp; }

&nbsp;&nbsp;&nbsp; .is–ctl-search,  
&nbsp;&nbsp;&nbsp; .is–ctl-listing.is–no-sidebar {

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .box–minimal {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 20%;  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .has–sidebar-filter {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .box–basic {  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .image–left(170);  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }  
&nbsp;&nbsp;&nbsp; }  
}

* * *

weiter unten steht noch einmal 20% - ist das für mein Vorhaben relevant?

Ich hatte auch schon beide auf 100% gesetzt-es funktioniert leider nicht.

cache geleert-Thheme komtiliert-x-mal - Kategorien auf Produktlisting. Irgendetwas ist noch nicht richtig.

Kann mir da jemand helfen?&nbsp; Danke, Gruß Guido

---

<div class="post-metadata">

### Author: ![Murmeltier](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/murmeltier/32/16126_2.png) [@Murmeltier](https://forum.shopware.com/u/Murmeltier)
#### Post date: [6. September 2018 um 17:18 UTC](https://forum.shopware.com/t/product-box-less-falsch-oder-wird-nicht-umgesetzt/55027/2 "2018-09-06T17:18:13Z")

</div>

> [@Guido24 schrieb:](https://forum.shopware.com/profile/29772/Guido24 "Guido24")
> 
> Hallo,
> 
> product-box falsch oder wird nicht umgesetzt
> 
> ich möchte folgendes erreichen, und komme nicht weiter.
> 
> Ziel: Artikel Listing 1 Artikel pro Zeile (einspaltig-desktop) - z.Zt. 2 Artikel nebeneinander

Du&nbsp;weißt schon, das Du das einstellen kannst!?

&nbsp;

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/e/e39f28560b1ea975a9b746f9e00207b0ab73f1aa.png)

---

<div class="post-metadata">

### Author: ![Guido24](https://avatars.discourse-cdn.com/v4/letter/g/b5ac83/32.png) [@Guido24](https://forum.shopware.com/u/Guido24)
#### Post date: [6. September 2018 um 17:35 UTC](https://forum.shopware.com/t/product-box-less-falsch-oder-wird-nicht-umgesetzt/55027/3 "2018-09-06T17:35:22Z")

</div>

Hallo, vielen Dank für das Feedback.

Die Einstellung habe ich auch bereits vorgenommen. Sie wirkt sich aber nicht aus.

Das Produktlisting ist nach wir vor zweispaltig.

Z.B. : [https://www.sport-bremsen.de/produktuebersicht/ebc-bremsbelaege/yellowstuff/](https://www.sport-bremsen.de/produktuebersicht/ebc-bremsbelaege/yellowstuff/)

&nbsp;

&nbsp;

&nbsp;

&nbsp;

---

<div class="post-metadata">

### Author: ![Guido24](https://avatars.discourse-cdn.com/v4/letter/g/b5ac83/32.png) [@Guido24](https://forum.shopware.com/u/Guido24)
#### Post date: [6. September 2018 um 17:44 UTC](https://forum.shopware.com/t/product-box-less-falsch-oder-wird-nicht-umgesetzt/55027/4 "2018-09-06T17:44:19Z")

</div>

…Jetzt hab ich nochmals nachgeforscht und den Fehler tatsächlich gefunden.

Ich hatte die Einstellung vorgenommen in Grundeinstellungen/Kategorien&nbsp; … dort ist das selbe Modul. Wirkt aber nicht

An dem Screenshot hab ich nun gesehen, dass es das Modul bei Artikel/Kategorien nochmal gibt. Die dortige Einstellung wirkt.

Super

Vielen Dank für die Hilfe

&nbsp;
