hi there,
in a post 14 days ago i got help with a counter circle. it works but it does not look good when looked on small screens.
so i tried a responsive circle and added following code to the element css (i added it only to the first counter to test it.)
$el {
background:rgb(212, 146, 85);
border-radius:50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
width:100%;
height:0;
padding-bottom: 100%;
}
that does the trick with the responsive circle ( i will make a diffrent one for mobile view i there is no other option).
but now i have a problem with the text. i cant find the right selector to center the text vertically. or os there a way to gice the text a padding amount in the settings?
or can the behaviour of the point when the row is switching be changed?
would be nice if when viewed on big screens 4 circles in one row are visible(4x1), when the screen get´s smaller it makes a 2x2 (2rows with 2 circels) and on mobile 1x4.
thanks for your help.