hi there, i’m using the latest rtl version of enfold flat,
currently the icon is on the left, in rtl it should be on the right. can you please provide me with a css fix for this?
i found this code on the forum:
/*fullwith button fix*/
.rtl .avia-button .avia_button_icon.avia_button_icon_right {
right: 0.5em !important;
}
and tried replacing right with left but didn’t succeed.
Shalom!
Please try using following code
.rtl .avia-button .avia_button_icon.avia_button_icon_right {
right: -9.5em !important;
}
Best regards,
Yigit
thank you- works!