Hey Gee Are!
We can’t offer fixes non-supported third-party plugins but i found a quick solution for your second issue, add this to the Quick CSS:
#commentform p:nth-child(10) label, #commentform p:nth-child(11) label {
left: 0;
}
#subscribe-label {
left: 21px !important;
padding-top: 5px !important;
}
.comment-subscription-form {
top: 18px;
}
Regarding the first one, i’d recommend you to use another plugin (like this one).
Cheers,
Josue
Hi Josue,
the second issue is solved. Thanks!
Regarding the first one, it is no issue when I use the theme I had before enfold (the text was below the icons). Hence, in my understanding, it has something to do with the enfold theme. Could is be something in regard to the spacing next to the comment field? How can I increase the space above the name field?
Cheers,
Gee Are
Hey!
No, it’s not a spacing issue but the location of the label is different and breaks the plugin labels. Add this code to the quick css field and the issue should be fixed:
#commentform .oneall_social_login label {
position: relative;
left: 0;
}
Best regards,
Peter
Works, dude! ;-)
Thanks and cheers,
Gee Are