Tag Readout Centering

Question:
Ok I have an anime review website and I have tags being used to show the genres, I have gotten them all set up and working. Cant figure out how to right align them though.

Product:
Wix

What are you trying to achieve:
right aligning only visible tags

What have you already tried:
I’ve tried a few things with the code but my skills with velo are not great

Additional information:
Posted some pictures
Screenshot 2024-03-27 220140

1 Like

This is more of a CSS question than a Velo one. We don’t typically answer general coding questions on the forum but some CSS properties you can lookup are: text-align, float, display: flex / justify-content, display: grid / justify-items, and absolute positioning.

Please note in the future it’s better to share code as text rather than images. You can do so as so:

```
<my code=“here”/>
```

It will then display like:

<my code=“here”/>

thank you this is my first request I will make sure to fix this for next time

edit: I tried these solutions and it is still not working, the text is inside of a tag box and I just want the tags to be right aligned ill put a screen shot below (pls ignore my horrible placement)
Screenshot 2024-03-27 220114