Button Text Align Doesn't Work

Primary Text -> Text Align

Does not work (I’ve tried left, middle, right and justified). Would anyone know why this is the case?

Hello There,

Thanks for writing in! I have investigated the issue and I can confirm that this is a bug in the latest release. I’ve submitted this to our issue tracker so the developers will be made aware of it.

Meanwhile, you can reposition the text by using this inline css in the “Customize” tab of the button settings:

$el .x-anchor-content {
    align-items: flex-start;
}

flex-start to position the text on the left and flex-end to reposition the text to the right side of the button.

Thank you for your understanding.

1 Like

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