On the bottom of our blog pages, where you can leave a comment for the post, the field titles and the field entries themselves, are reversed.
It is showing : _________________ NAME *
Rather than : NAME * ______________________
Any thoughts on how to fix that ?
Link
Thanks,
Mips
Hi mips1000!
try this code in Quick CSS field:
#commentform label {
position: initial;
}
Regards,
Andy
Works like a charm.
Thank you,
Mips