#Portable Infobox CSS

1 messages · Page 1 of 1 (latest)

safe igloo
#

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?

willow phoenix
#

<@&808094140549562368> Curtesy ping

jaunty sun
#

add this css

.pi-smart-group {
  text-align:left;
}
safe igloo
#

yes, that worked. Thank you!

is there a list with all the css-classes of the PI somewhere?