I found the answer on another forum. The following code has to be added to “Additional CSS”:
a:link {color: blue !important; text-decoration: underline !important;}
a:hover {color: red !important; text-decoration: underline !important; }
a:visited {color: purple !important; text-decoration: underline !important;}
OK, so I’m going to answer my own question. Someone on another forum suggested adding this CSS under “Additional CSS”, and I believe it solved the whitespace problem:
main { margin-top: 0.5em !important; }