NO BUG: Text-align: center not work

Browser: Chrome 110
OS: macOS .
URL: Upload and share screenshots and images - print screen online | Snipboard.io
Upload and share screenshots and images - print screen online | Snipboard.io

cannot make the icon center.

Hi Jake,
Thanks so much for your report!

The container is apparently a grid, isn’t it? The correct CSS property would be justify-self: center, but since there is no setting for it, just add this to the mini cart custom CSS:

%root% {
  justify-self: center;
}

Best regards,
timmse

Didn’t work.

Well, right isn’t a valid value for this property: