I’m working on putting together a vertical stack within a Bubble Card popup and can’t seem to figure out how to get the vertical stack elements to be vertically centered.
I’ve pinpointed the particular card that I need to add styling to and when I add the CSS in the Chrome Inspector, it centers, as expected:
But when I try to do the same in the editor (by adding the following after line 23), it seems to have no effect:
hui-card {
margin: 0 auto;
}
Does anyone have any insight to what I’m missing here?
