How can I specify the number of maximun columns in grid css?
I want to hide a product in wordpress from the “quick shop” thing, I can’t find where so I tought about with CSS modifing the number of columns so the last one (and the unwanted one) doesn’t appear. To be more specific I can put a maximun of 8 products in the Quick Shop thing, which means a maximun of 8 columns, and with the option “display: grid;” I want to change the maximun to 4 products instead of 8. I can’t edit any html or anything.
I dont know if I’m explaining myself but i could use a little help.