Hi, as you can see here – http://prntscr.com/uii9n4 – the comments are not aligned RTL. How can I fix this so that the text would be to the right of the field instead of on the left?
Thanks
Hey DROR,
Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:
#commentform label {
right: 0;
}
#commentform input {
margin-right: 35px;
}
Best regards,
Rikard
Thanks, Rikard, it worked but now the text is overlapping the fields – http://prntscr.com/ujxi1v
How can I add some spacing between the field title and the actual field itself?
Thanks !
Hi,
Please try this CSS instead:
#commentform label {
right: 0;
}
#commentform input {
margin-right: 50px !important;
}
Best regards,
Rikard
Thanks, looks great.
Only issue is the checkbox – http://prntscr.com/ukzt9q – can that be moved to the right of the text?
Hi bakbek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: 0 !important;
}
#top .comment-form-cookies-consent label {
right: 50px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria