Hi, and thank you for your reply.
I can only apple the custom class here, because this is made in Brizy page builder and I can only select the element in which the products are dynamically loaded.
<div class=”brz-wrapper brz-css-hnjvw productlisting”>
I called customclass “productlisting”.
So I tried adding this custom css:
.brz-css-hnjvw.productslisting > * {
white-space: nowrap !important;
}
No luck unfortunately.