Hi helpful friends. pvpfarm . com this is my forum (discourse software like sitepoint community)
I want to sort the subcategories so that the icons are one under the other.
This is how I use it now. display : flex
How I want it to look
If we changes this code display : flex to this display : block
It looks like this, but I don’t want it to look like this.
Not easily in flex, but you can do it in grid. I gave you two examples here, one where you allow the browser to auto-fit, and one to force the four columns. drag the window frame left and right to see the difference in behavior.
It uses flex: 0 0 200px to fix the width of the flex items. Some other value of flex-basis could be chosen but with regard to the width of small smartphones.