#Portable Infobox CSS
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Me once again asking about portable infoboxes. So I just figured out how to do "tables" in infoboxes (like in the picture). However, the data fields are now aligned to the center and not to the left. What is the css code to change this?
<@&808094140549562368> Curtesy ping
add this css
.pi-smart-group {
text-align:left;
}
yes, that worked. Thank you!
is there a list with all the css-classes of the PI somewhere?