Hi, as you can see in the attached screenshot, the field titles for the blog comments are showing to the left of the submit field. How can I move them to the right of the field?
Hey DROR,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
#commentform label {
float: right;
position: static;
width: 60px;
}
HOpe it helps :)
Best regards,
Nikko
That doesn’t seem to work.
Hi bakbek,
I have checked it but I don’t see the comments anymore, seems like its replaced with facebook comments.
Maybe adding !important would help so it wouldn’t get overridden.
Best regards,
Nikko