Hi,
if you go to this post on my website, you’ll see that the comment form descriptions appear on the right side of the input forms.
How can I change that? I want the descriptions on the left side.
Best regards,
Thomas
Hey Thomas,
Thanks for giving us the link, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #commentform label {
position: static;
float: left;
display: block;
width: 60px;
}
Hope it helps :)
Best regards,
Nikko