Hi,
As my blog is RTL Hebrew blog,
I would like to place the form fields labels of comment form
– to the right of each field,
and not to the left of field.
How can I do it?
Yud
Hey Yud!
Try adding this code to the Quick CSS:
#commentform label {
right: 0px;
left: auto;
}
#top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input{
right: 60px;
position: relative;
}
Cheers!
Josue
Thanks.
Can I control the fields (phone instead of website URL)?
Yud
Hi Yud!
The theme doesn’t handle that but try the following:
http://www.wpbeginner.com/plugins/how-to-add-custom-fields-to-comments-form-in-wordpress/
Cheers!
Josue