Hello Support,
Regarding the Blog Posts in the comments section eg: http://lw.bypundyk.com/body-lets-change-thebody-conversation/
Can we have Name, Email, Website on the left and the fields for those sections on the right.
Just want to have it inverted.
Hope to hear from someone soon.
Thanks,
MP
Hi Marcelo!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
#commentform label {
position: absolute;
left: 0;
}
#top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input {
left: 70px;
position: relative;
}
Regards,
Ismael
Thanks that worked perfect.
MP