Next, I'm editing a site using wordpress and I have some limitations on using html and etc, I wanted to create a horizontal overflow so that instead of being as in the image below, the scrollbar was horizontal rather than vertical. / p>
to leave thus, with vertical scrolling, the css is:
.scrolling-wrapper {
max-height: 500px;
overflow-x: scroll;
}
The scrolling-wrapper would be the div that all of these products are, and all products have the .card-destq class