Centering a group of svgs horizontally

How would I do that here?

Hi there asasass,

here you go…

https://jsfiddle.net/f49c68qr/

coothead

1 Like

The svg’s are centered horizontally in the middle here.

266 left 267 right

How come (text-align: center;) isn’t working here?

or, am I forgetting to do something here?

They are uneven.

268 left 253 right

Hi there asasass,

margin-left cause an imbalance. :eek:

Instead, just split the value between left and right. :winky:

https://jsfiddle.net/hgtswkbu/1/

coothead

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.