By default, if you enable an icon in the Button element it will look like this:
In this article we will explain how to switch the position of the icon and the text:
*Note: this article works for buttons without subtitle.
Step 1: Copy the CSS code
display: flex; width: fit-content; flex-direction: row-reverse;
Step 2: Insert code into the Button element
Open the page in edit mode, press the cog wheel on the Button element and switch to Custom CSS tab.
Paste the code in the field. Then, press Update.
Save the page.
That's it.
Related articles: