Hi,
when I use the “Comments”-Element in Blogposts there is a huge space between the checkbox an the text. How can I put the text right behind the checkbox?
Hey AbacoSoft,
For some reason, there is a left property in the subscribe-label, so, fit it adding the following code at Enfold Theme Options > General Styling > Quick CSS
.subscribe-label {
left: 24px !important;
}
Best regards,
John Torvik
Thank you. that works!