How to center chips with CSS?

the sequence number is “n” or/and the “1”?

Just change n to yours. 1 is the subtree after n.

Ahh I see what you’re trying to do, but unfortunately nothing changed.

OMG, I mistook you for understanding. If you want to use CSS, you should have copied the code starting with “pre-span-style” into the rich text component. And just once for all the code below it.

<pre><span><style> 

div[id*='screenScrollView'] > div > :nth-of-type(n) {
margin: auto;
}

div[id*='screenScrollView'] > div > :nth-of-type(n) div:nth-of-type(1) >div {
padding: 5px 5px !important;
}
1 Like

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