Hey guys,
any suggestions on how to best format the LEAVE A REPLY section at the base of the footer so that it’s not rendering the way it is on both the desktop and mobile? You’ll see it’s got major spacing/rendering issues…especially on the mobile …
Thank you
Hi Justin!
Thank you for using Enfold.
Please use this to fix the checkbox label:
p.comment-subscription-form label {
left: 25px;
margin-top: -10px;
}
Maybe, you can try this to adjust the form elements to a single line:
p.comment-form-author, p.comment-form-email, p.comment-form-url {
float: left;
width: 30%;
}
Regards,
Ismael
Hi!
Please try the following instead:
#commentform label {
left: auto !important;
top: 5px !important;
}
Regards,
Rikard