More products in row

Hello, At the moment i have in my shop only 2 products in a row in my shop. How is it possible to have more products on a row. 

Tried different thing but still haven’t found. 

At the moment i have in my shop only 2 products in a row in my shop. How is it possible to have more products on a row. 

Tried different thing but still haven’t found. 

You can just change the width with CSS. 
It’s in the “box–basic” class, so it has to be like this:

.listing {

     .box–basic{

            width: 33%;  /*for 3 items in a row */

       }

}

 

 

Actually, you don’t even need to add „.listing“

BjarneL thanks for the answer. Is it not possible to change the number of products in a row in the backend of the shop. 

i’am a real beginner and build a shop but i don’t now much about css. thats for me very difficult. I always think i do something wrong and i will have a problem on my site 

 

As far as I know, there is no such option in the backend. 
I’d recommend to get used to CSS since it’s very useful for designing a shop. 
Just google “how to include CSS in Shopware” in order to get the directory and stuff right. 
If that’s the only thing you want to change in your shop, you can just copy&paste the code but if u want it to be responsive you have to check the different options for example for smartphones etc. 
You should read a quick CSS guide for Shopware, it wont usually take longer than 1 hour to understand what’s going on there.