Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #598902

    hi,

    the labels- name, email and site are on the left side instead of the right side.

    #599116

    Hi dk210se!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .rtl #commentform label {
        right: 0;
    }
    .rtl .comment-form-url input, .rtl .comment-form-email input, .rtl .comment-form-author input {
        right: 50px;
        position: relative;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.