I can't seem to find a way to left align all the labels text. At the moment they are right-aligned but I can't find where to left-align them. I'm using buttons without icons.

  • James replied to this.
  • Hi ellamac ,

    Thanks for reaching out to us.

    We're currently working on making an option that should do just this.

    But for now, you can perhaps use this custom CSS:

    .buttonizer-label {
      text-align: start !important;
    }

    Let me know if this works for you! 😄

    Hi ellamac ,

    Thanks for reaching out to us.

    We're currently working on making an option that should do just this.

    But for now, you can perhaps use this custom CSS:

    .buttonizer-label {
      text-align: start !important;
    }

    Let me know if this works for you! 😄

    Brilliant – that worked, thanks James!