I have a problem with Responsive alignment on mobile. It seems like all the styled box content on mobile is aligned to the left, but I would like to have it the same as on PC – center.
Is there maybe a custom css I can add for that?
The page I need help with: [log in to see the link]
Hi @martavanaga! Thanks for letting us know. Upon further inspection, we noticed that you have several styled box types on your page. While most of them are displayed normally, the number boxes stand out for being aligned to the left instead of being centered. For that case, you can use the following code snippet in your custom CSS to ensure that all number boxes on your page are centered:
Hi @martavanaga ! You’re using long words within the number boxes. In your case, the best option would be displaying the columns vertically instead of horizontally. This is how the default style we have for this situation handles this, but the code snippet we gave overrode this.
You can replace the snippet we gave you earlier with this, which should accomplish both centering the number boxes and giving enough space for the content within them: