Hi, can you help me fix this:
I am using mailpoet plugin for the “Yes, add me to your mailing list”
but still, the standard option was out of place.
Thanks!
Aji
Hey ajeeyunz,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
p.wysija-after-comment label, p.comment-subscription-form label {
position: initial!important;
}
#wysija-box-after-comment { margin-left: 0; }
Best regards,
Yigit
Dear Yigit,
Perfect! The wysija still has like one blank space before the first word though, but it doesn’t matter. Thanks again man.
Hi,
Please add following code to Quick CSS as well
#wysija-box-after-comment {
width: 20px;
}
Why not perfect it, when we can, right? :)
Best regards,
Yigit
Hi Yigit,
Thanks man. But unfortunately it was not working as intended!
As you can see, the box and the sentence still at around 1 space too right.
Regards,
Aji
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#wysija-box-after-comment {
width: 16px!important;
margin-right: 10px!important;
}
Best regards,
Vinay