Hi, as you can see here – http://screencast.com/t/8enrrb116E – there is a very big space between the checkbox and the text. How can I narrow that space down?
Thanks.
Hi DROR!
Please add following code to Quick CSS
#commentform p { padding: 0; }
Cheers!
Yigit
That doesn’t seem to do anything. It still looks the same.
Hey!
Add this to your Quick CSS or custom.css
#commentform label {
right: 15px !important;
}
Best regards,
Arvish
Great. Thanks.