I am creating a site using the Divi theme with circles representing the months. In full screen I have 4 columns of circles. When it goes down to tablet size there is only one. Is there any way with media queries that I could either make them shrink instead or go two or three column instead?
One way i’d do it is by warping those circles into another DIV than give that DIV a width:100%; than since it is 4 circles make each one have width:25%; so when the window shrinks so does the circles.
The only problem is if the screen gets too small the circles will become completely small if you set a fixed height than those circles will come it in a very narrow OVAL and you don’t really want that.
If you are going to use media queries than use them at 50% after certain screen width to put 2 in a row.
otherwise there are methods to use display:flex unfortunately I am not very familiar with flex