Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #381456

    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.

    #381781

    Shalom!

    Please try using following code

    .rtl .avia-button .avia_button_icon.avia_button_icon_right {
    right: -9.5em !important;
    }

    Best regards,
    Yigit

    #383951

    thank you- works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘avia fullwidth button icon – rtl’ is closed to new replies.