Reducing whitespace above Comments
-
Hi all,
Apologies in advance that I’ve not been able to work out how to do this via the Inspector in Firefox.
I’m looking to reduce the whitespace above the text “Leave a Comment…” here:
…or failing that, increase the whitespace below the comment box.
Any ideas? Thanks everyone.
The blog I need help with is: (visible only to logged in users)
-
To reduce the the whitespace above the text “Leave a Comment…”, try adding the following CSS code in your site using CSS editor.
body.single-post .hentry { margin-bottom: 0; } -
Worked like a charm, vinod, thank you very much again. What would I need to do to increase whitespace below the comment box?
-
Try using the following code to increase whitespace below the comment box.
body.single-post #comments { margin-bottom: 40px; } -
-
You are most welcome, if I can be of any further assistance please don’t hesitate to ask :)
- The topic ‘Reducing whitespace above Comments’ is closed to new replies.