How to put icon in button on right side of button
Hi!
Enable this and set a class of “icon_right” to the button in question, then add this to the Quick CSS:
.icon_right .avia_button_icon {
right: -0.3em !important;
left: auto !important;
float: right;
}
Regards,
Josue
Thanks!