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