Plugin Support
Hannah S.L.
(@fernashes)
Automattic Happiness Engineer
Thanks for the screenshot! We’d need to see the actual site to be able to check the CSS – can you please share the URL?
You can find the website at: https://nul18.nl/
Plugin Support
Hannah S.L.
(@fernashes)
Automattic Happiness Engineer
Hey there,
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
.ast-site-header-cart-data {
text-align: center;
}
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Thanks! That solved the problem!
Plugin Support
Hannah S.L.
(@fernashes)
Automattic Happiness Engineer
Glad to hear it, thanks for letting us know. 🙂